Skip to content

Commit

Permalink
upgrade github actions for configure/upload/deploy-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Dec 30, 2023
1 parent a45afaa commit 0ff6c15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ jobs:
run: npm ci

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Build
run: bb build

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'static-site'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 0ff6c15

Please sign in to comment.