We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c395b commit 12d0fd6Copy full SHA for 12d0fd6
1 file changed
.github/workflows/deploy-pages.yml
@@ -23,13 +23,13 @@ jobs:
23
make nix-site
24
25
- name: Upload artifact
26
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/math-formatting'
27
uses: actions/upload-pages-artifact@v4
28
with:
29
path: _site/
30
31
deploy:
32
33
environment:
34
name: github-pages
35
url: ${{steps.deployment.outputs.page_url}}
0 commit comments