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 801fcb2 commit 3ef5865Copy full SHA for 3ef5865
.github/workflows/deploy-github.yml
@@ -1,6 +1,8 @@
1
name: GitHub Pages
2
3
on:
4
+ pull_request:
5
+ branches: main
6
push:
7
branches:
8
- main
@@ -24,8 +26,8 @@ jobs:
24
26
- name: Build production website
25
27
run: npm run build
28
- - name: Deploy to GitHub Pages
- uses: peaceiris/actions-gh-pages@v3
29
- with:
30
- github_token: ${{ secrets.GITHUB_TOKEN }}
31
- publish_dir: ./public
+ # - name: Deploy to GitHub Pages
+ # uses: peaceiris/actions-gh-pages@v3
+ # with:
32
+ # github_token: ${{ secrets.GITHUB_TOKEN }}
33
+ # publish_dir: ./public
0 commit comments