Skip to content

Commit

Permalink
gcc2
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Oct 6, 2023
1 parent 0fa8874 commit a39c36a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v3

- name: Gcc
run: apk add gcc python3-dev
run: |
sudo apt-get install python3-dev gcc \
&& sudo apt install python3-dev gcc
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand Down

0 comments on commit a39c36a

Please sign in to comment.