We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6e258 commit 032ac2dCopy full SHA for 032ac2d
.github/workflows/publish-docs-site.yml
@@ -37,6 +37,6 @@ jobs:
37
- name: Deploy to GitHub Pages
38
run: |
39
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
40
- yarn gh-pages -d 1st-gen/projects/documentation/dist -m "[skip ci] update demonstration site" -t -u "github-actions-bot <[email protected]>" --nojekyll
+ cd 1st-gen && npx gh-pages -d projects/documentation/dist -m "[skip ci] update demonstration site" -t -u "github-actions-bot <[email protected]>" --nojekyll
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments