Skip to content

Commit

Permalink
force deploy for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz committed Feb 16, 2024
1 parent 8497eb4 commit c1b0d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
deploy_documentation:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
# if: github.ref == 'refs/heads/master' && github.event_name == 'push'
steps:
- name: retrieve built documentation
uses: actions/download-artifact@v4
Expand Down

0 comments on commit c1b0d95

Please sign in to comment.