Skip to content

Commit

Permalink
Bumped actions (Node.js 16 actions are deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
robstarbuck committed Feb 5, 2024
1 parent e83892c commit 76319cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@ jobs:
run: deno task build

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

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

-
name: Deploy to gh-pages
- name: Deploy to gh-pages
uses: crazy-max/ghaction-github-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
Expand Down

0 comments on commit 76319cc

Please sign in to comment.