mirror of
https://github.com/fmtlib/fmt.git
synced 2026-08-03 20:14:20 +02:00
Fix doc deploy condition for main branch
This commit is contained in:
@@ -37,6 +37,6 @@ jobs:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
env:
|
env:
|
||||||
KEY: "${{secrets.KEY}}"
|
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
|
working-directory: ${{runner.workspace}}/fmt/build/fmt.dev
|
||||||
run: git push https://$KEY@github.com/fmtlib/fmt.dev.git
|
run: git push https://$KEY@github.com/fmtlib/fmt.dev.git
|
||||||
|
|||||||
Reference in New Issue
Block a user