We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444386f commit 7498805Copy full SHA for 7498805
.github/workflows/publish-quarto.yaml
@@ -43,7 +43,7 @@ jobs:
43
path: docs/
44
45
deploy:
46
- if: "github.ref != main"
+ if: ${{ github.ref == 'refs/heads/main' }}
47
runs-on: ubuntu-latest
48
permissions:
49
pages: write
0 commit comments