Skip to content

Commit

Permalink
wip: ci docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichalski-ant committed Nov 29, 2023
1 parent 536bece commit 3205739
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
name: Documentation
path: docs/build/html

- name: test-artifacts
uses: actions/upload-artifact@v3
with:
name: upload-artifatcts
path: |
docs/build
- name: Deploy
if: github.ref == 'refs/heads/main'
run: |
Expand Down

0 comments on commit 3205739

Please sign in to comment.