Skip to content

Commit

Permalink
Merge pull request #97 from zsarnoczay/master
Browse files Browse the repository at this point in the history
fixing Github action to Build and deploy documentation properly
  • Loading branch information
zsarnoczay authored Jan 30, 2025
2 parents 34bab2e + fae92e5 commit 2fa735b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
os: [ubuntu-latest]
python-version: ['3.10']
steps:
- uses: actions/checkout@v4
- name: Check out repo
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python environment
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 2fa735b

Please sign in to comment.