Skip to content

Commit

Permalink
update deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jun 25, 2024
1 parent 3b7dfe8 commit b08a41f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: '20'
cache: npm

- name: Install dependencies
Expand All @@ -43,7 +43,7 @@ jobs:
touch docs/.nojekyll
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# this should match the `pages` option in your adapter-static options
path: 'docs/'
Expand All @@ -61,8 +61,6 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}

steps:
- uses: actions/configure-pages@v3

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

0 comments on commit b08a41f

Please sign in to comment.