We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40505b1 + a9262c4 commit 210aa55Copy full SHA for 210aa55
.github/workflows/build.yml
@@ -1,3 +1,5 @@
1
+# Q: "Why do we need a build job when we already have a build-and-deploy job?"
2
+# A: This one runs to test PRs; build-and-deploy runs to deploy the site after merging.
3
name: build
4
on:
5
pull_request:
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
npm run build
19
20
- name: Deploy 🚀
21
- uses: JamesIves/github-pages-deploy-action@4.1.4
+ uses: JamesIves/github-pages-deploy-action@v4.8.0
22
with:
23
branch: gh-pages # The branch the action should deploy to.
24
folder: build # The folder the action should deploy.
0 commit comments