Skip to content

Commit

Permalink
WIP: debugging page deployement x3
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Aug 17, 2024
1 parent 28f9dd5 commit 2b95205
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
group: "pages"
cancel-in-progress: false


jobs:
build-source:
runs-on: windows-latest
Expand Down Expand Up @@ -144,8 +144,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
path: '_build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 2b95205

Please sign in to comment.