Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 14, 2025
1 parent 60472ac commit ce3e689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
continue-on-error: true

- name: "Deploy"
if: github.ref == "refs/heads/master"
if: github.ref == 'refs/heads/master'
run: |
git clone -b gh-pages --single-branch https://github.com/CGNS/cgns.github.io.git docs/deploy
rsync -q -av --checksum --progress docs/html/ docs/deploy
Expand Down

0 comments on commit ce3e689

Please sign in to comment.