Skip to content

Commit

Permalink
ci: fix upload and add deploy to gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
suliatis committed Nov 22, 2023
1 parent 25031d4 commit a957bb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path:
- "index.html"
- "App.js"
- "styles/"
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit a957bb1

Please sign in to comment.