Skip to content

Commit

Permalink
manually set variable
Browse files Browse the repository at this point in the history
  • Loading branch information
timohuber committed Jul 12, 2024
1 parent c871235 commit be62e54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
image: minlag/mermaid-cli:latest
options: -v ${{ github.workspace }}:/app -w /app
run: |
echo $CI
chmod +x ./scripts/render-images.sh
./scripts/render-images.sh
CI=true ./scripts/render-images.sh
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit be62e54

Please sign in to comment.