Skip to content

Commit

Permalink
add base path
Browse files Browse the repository at this point in the history
  • Loading branch information
tak-onda committed Mar 25, 2024
1 parent 894d3d3 commit 63d83f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Setup Pages
uses: actions/configure-pages@v4
with:
base-path: ./frontend-workshop-react

- name: Enable corepack
run: corepack enable
Expand All @@ -55,6 +57,7 @@ jobs:
with:
# Upload entire repository
path: './dist'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 63d83f2

Please sign in to comment.