Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Mar 1, 2024
1 parent 8bcfe89 commit 2dccc1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
# The ".." is to go outside the docs directory

- name: Upload the PR number 📤
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr_number
path: pr_number.txt

- name: Upload the built docs 📤
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/__sapper__/export/attractions/${{ github.event.number }}/
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "PR_NUMBER=$(cat pr_number.txt)" >> $GITHUB_ENV

- name: Publish 🚀
uses: peaceiris/actions-gh-pages@4eb285e828117bca26638192c3ed309c622e7bad
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pnpm run export --basepath attractions/${{ github.event.inputs.prefix }}
- name: Publish 🚀
uses: peaceiris/actions-gh-pages@4eb285e828117bca26638192c3ed309c622e7bad
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/__sapper__/export/attractions/${{ github.event.inputs.prefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pnpm run export --basepath attractions
- name: Publish 🚀
uses: peaceiris/actions-gh-pages@4eb285e828117bca26638192c3ed309c622e7bad
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/__sapper__/export/attractions/
Expand Down

0 comments on commit 2dccc1e

Please sign in to comment.