Skip to content

Commit

Permalink
Update auto_doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaesung authored Aug 23, 2023
1 parent 2e6afac commit 7a6f1ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3

- name: Install ctwrap
run: |
sudo -H pip install -e .
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "sudo -H pip install -e . && apt-get update -y && apt-get install -y pandoc"

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7a6f1ed

Please sign in to comment.