Skip to content

Commit

Permalink
Update push-to-gh-pages.yml
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
jimper authored Sep 23, 2024
1 parent 02a99fa commit 08de6be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Build project
Expand All @@ -46,11 +46,11 @@ jobs:
run: |
npx -y tsx scripts/gen-samples.ts
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 08de6be

Please sign in to comment.