Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Jun 21, 2024
1 parent 5f98c36 commit 7b0847e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
publish-live-doc:
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success' && github.repository == 'sagemath/sage' && startsWith(github.ref, 'refs/tags/')
if: github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/tags/')
steps:
- name: Download live doc
uses: actions/[email protected]
Expand Down

0 comments on commit 7b0847e

Please sign in to comment.