Skip to content

Commit

Permalink
Path cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniruddha-Deb committed Jan 10, 2024
1 parent 0463bf2 commit cc8b2c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: production-files
path: dist
path: ./web/dist

deploy:
name: Deploy
Expand All @@ -46,10 +46,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: production-files
path: dist
path: ./web/dist

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist
publish_dir: ./web/dist

0 comments on commit cc8b2c4

Please sign in to comment.