Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abextm committed Mar 18, 2024
1 parent 949aa2c commit 78f339b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
Expand All @@ -19,7 +19,7 @@ jobs:
- run: |
npm run -w viewer build
cp -r viewer/public/* viewer/dist/
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v3
with:
path: "viewer/dist"
deploy:
Expand All @@ -33,4 +33,4 @@ jobs:
runs-on: ubuntu-22.04
steps:
- id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 78f339b

Please sign in to comment.