diff --git a/.github/workflows/publish-docs-site.yml b/.github/workflows/publish-docs-site.yml index 9821e38a61a..4881a19b06d 100644 --- a/.github/workflows/publish-docs-site.yml +++ b/.github/workflows/publish-docs-site.yml @@ -37,6 +37,6 @@ jobs: - name: Deploy to GitHub Pages run: | git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git - yarn gh-pages -d 1st-gen/projects/documentation/dist -m "[skip ci] update demonstration site" -t -u "github-actions-bot " --nojekyll + cd 1st-gen && npx gh-pages -d projects/documentation/dist -m "[skip ci] update demonstration site" -t -u "github-actions-bot " --nojekyll env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}