Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantaubert committed Apr 24, 2024
1 parent 4713853 commit d814aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -58,6 +58,7 @@ jobs:

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
path: ./docs/_build

# Deployment job
deploy:
Expand Down

0 comments on commit d814aea

Please sign in to comment.