Fix master documentation updater

Its path was not synced with a recent change
This commit is contained in:
ISSOtm
2021-03-10 01:15:51 +01:00
parent b61a187b19
commit 5a6a44cbc1

View File

@@ -44,7 +44,7 @@ jobs:
- name: Update pages
working-directory: rgbds
run: |
./.github/actions/get-pages.sh ../rgbds-www/_documentation master
./.github/actions/get-pages.sh ../rgbds-www master
- name: Push new pages
working-directory: rgbds-www
run: |