Fix doc deploy condition for main branch

This commit is contained in:
Victor Zverovich 2026-06-01 15:18:47 -07:00
parent ab92191553
commit b6248c5bc0

View File

@ -37,6 +37,6 @@ jobs:
- name: Deploy
env:
KEY: "${{secrets.KEY}}"
if: env.KEY != '' && github.ref == 'refs/heads/master'
if: env.KEY != '' && github.ref == 'refs/heads/main'
working-directory: ${{runner.workspace}}/fmt/build/fmt.dev
run: git push https://$KEY@github.com/fmtlib/fmt.dev.git