Skip to content

Commit

Permalink
Fix artifact upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
ga84jog committed Oct 30, 2024
1 parent cb33691 commit 6f85c6c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ jobs:
with:
python-version: '3.x'


- name: Build documentation
run: |
# Enable color output
Expand All @@ -344,15 +343,11 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './build/html'
path: '.docs/build/html'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

- name: Fail
shell: bash
run: exit 1
# # Documentation build and deploy
# docs:
# runs-on: self-hosted
Expand Down

0 comments on commit 6f85c6c

Please sign in to comment.