Skip to content

Commit 12d0fd6

Browse files
authored
Update deploy-pages.yml
1 parent 65c395b commit 12d0fd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
make nix-site
2424
2525
- name: Upload artifact
26-
if: github.ref == 'refs/heads/main'
26+
if: github.ref == 'refs/heads/math-formatting'
2727
uses: actions/upload-pages-artifact@v4
2828
with:
2929
path: _site/
3030

3131
deploy:
32-
if: github.ref == 'refs/heads/main'
32+
if: github.ref == 'refs/heads/math-formatting'
3333
environment:
3434
name: github-pages
3535
url: ${{steps.deployment.outputs.page_url}}

0 commit comments

Comments
 (0)