Skip to content

Commit

Permalink
bump: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Aug 19, 2024
1 parent 096cf80 commit c27fdfa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/configure-pages@v1
- uses: actions/checkout@v4
- uses: actions/configure-pages@v5
id: pages
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./build

Expand All @@ -43,5 +43,5 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/deploy-pages@v1
- uses: actions/deploy-pages@v4
id: deployment

0 comments on commit c27fdfa

Please sign in to comment.