Skip to content

Commit

Permalink
Add upload pages artifact step to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
insulationman committed Mar 7, 2024
1 parent 6668431 commit 3bbc74c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
npm ci
npm run build
- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v3
with:
path: "${{ inputs.path }}/dist/"
deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3bbc74c

Please sign in to comment.