Skip to content

Commit

Permalink
dot needed
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed Jan 30, 2024
1 parent 8e941f8 commit c2299bf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,19 @@ jobs:
python -m pip install -r requirements.txt
python -m pip install -r milestones/requirements.txt
- name: Install Graphviz
run: |
sudo apt-get update
sudo apt-get -y install graphviz
- name: Build
shell: bash
run: |
make html
working-directory: .
PYTHONPATH=milestones make html
- name: Upload
if: ${{ github.event_name == 'push' }}
env:
LTD_PASSWORD: ${{ secrets.LTD_PASSWORD }}
LTD_USERNAME: ${{ secrets.LTD_USERNAME }}
run: |
ltd upload --gh --dir _build/html --product dmtn-232
ltd upload --gh --dir _build/html --product dmtn-158

0 comments on commit c2299bf

Please sign in to comment.