Skip to content

Commit

Permalink
Move file befor jekyll build
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 4, 2024
1 parent e1c1565 commit 879c0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
uses: borales/actions-yarn@v4
with:
cmd: build # will run `yarn build` command
- run: mv dist master/docs/pad
- name: Build page
uses: actions/jekyll-build-pages@v1
with:
source: master/docs
destination: _site
- run: mv dist _site/pad
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit 879c0da

Please sign in to comment.