Skip to content

Commit

Permalink
Fix upload action (#2)
Browse files Browse the repository at this point in the history
* Fix upload action (9deac15)
* Update deploy action (8cb70b1)
  • Loading branch information
adamelliotfields authored Feb 15, 2024
1 parent 412bb5a commit 404f0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./dist
path: ./dist/
deploy:
name: Deploy
runs-on: ubuntu-latest
Expand All @@ -44,4 +44,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 404f0cc

Please sign in to comment.