We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cc17d commit b7bd523Copy full SHA for b7bd523
.github/workflows/test-deploy.yaml
@@ -29,7 +29,10 @@ jobs:
29
run: |
30
npm run build
31
npm run build:docs
32
- - name: Preview Pages
33
- uses: rajyan/preview-pages@v1
+ - name: Deploy to GitHub Pages
+ uses: peaceiris/actions-gh-pages@v4
34
with:
35
- source-dir: build/docs/gatsby/public
+ github_token: ${{ secrets.GITHUB_TOKEN }}
36
+ publish_dir: build/docs/gatsby/public
37
+ destination_dir: preview/pr-${{ github.event.number }}
38
+ force_orphan: true
0 commit comments