Skip to content

Commit

Permalink
trying to fix docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven authored Dec 7, 2023
1 parent cbb416b commit e3998b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Install dependencies
run: |
sudo apt-get update;
sudo apt-get install pandoc
sudo apt-get install pandoc;
pip install -e .
- name: Build and Commit
uses: sphinx-notes/pages@v2
with:
Expand Down

0 comments on commit e3998b2

Please sign in to comment.