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 2e36509 commit a524139Copy full SHA for a524139
.github/workflows/publish.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Checkout
26
uses: actions/checkout@v3
27
- name: Setup Pages
28
+ if: github.ref_name == github.event.repository.default_branch
29
uses: actions/configure-pages@v2
30
- name: Set up node version
31
uses: actions/setup-node@v2
@@ -39,6 +40,7 @@ jobs:
39
40
with:
41
path: 'build'
42
deploy:
43
44
environment:
45
name: github-pages
46
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments