Skip to content

Commit

Permalink
パスを設定
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsumi0000 committed Oct 16, 2023
1 parent a3e158e commit ecaad45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
pwd
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: './starry-kids/starry-kids/web/frontend/dist'
path: "${{ github.workspace }}/dist"

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit ecaad45

Please sign in to comment.