Skip to content

Commit

Permalink
Fix docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 27, 2023
1 parent aafd603 commit ec2b846
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ master ]

jobs:
cmake-formatting:
Documentation:
runs-on: ubuntu-20.04

steps:
Expand All @@ -15,11 +15,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y python3-pip
- name: Build documentation
- name: Build
run: |
set +e
cd docs
python -m venv env
source env/bin/activate
pip install -r requirements.txt
git clone https://github.com/dyninst/examples
make html
make html

0 comments on commit ec2b846

Please sign in to comment.