diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7c6e0a1..cdf1041 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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: