Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri-ColibrITD authored May 30, 2024
1 parent b49c9bd commit f7679fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Build Document
run: |
pip install -r requirements-dev.txt
apt update
apt install -y pandoc
sudo apt update
sudo apt install -y pandoc
touch .env
echo "SPHINX_GITHUB_CHANGELOG_TOKEN=${{secrets.DOC_GH_API_TOKEN}}" > .env
sphinx-build -b html docs build
Expand Down

0 comments on commit f7679fd

Please sign in to comment.