Skip to content

Commit

Permalink
fix checking
Browse files Browse the repository at this point in the history
  • Loading branch information
HuStmpHrrr committed Sep 10, 2024
1 parent dd312f7 commit 5070b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: sudo chown -R 1001:116 .

- name: generate Github pages
if: ${{ success() && env.DOC_DEPLOY }}
if: ${{ success() && env.DOC_DEPLOY == 'true' }}
run: |
sudo apt install -y pandoc
mv theories/html html
Expand All @@ -97,7 +97,7 @@ jobs:
- name: Deploy HTML
uses: JamesIves/[email protected]
if: ${{ success() && env.DOC_DEPLOY }}
if: ${{ success() && env.DOC_DEPLOY == 'true' }}
with:
branch: gh-pages
folder: html

0 comments on commit 5070b8f

Please sign in to comment.