Skip to content

Commit

Permalink
Ahhhhhhh
Browse files Browse the repository at this point in the history
Github Actions are so complicated
  • Loading branch information
rares45 committed May 20, 2024
1 parent d098750 commit 8c529c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
run: trunk build --release
working-directory: ./polybius-web

- name: Deploy to Github Pages
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./polybius-web/dist
path: ./polybius-web/dist

- name: Deploy to Github Pages
uses: actions/deploy-pages@v4

0 comments on commit 8c529c5

Please sign in to comment.