Skip to content

Commit

Permalink
ci(docs): correct output directory path (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mervyn-mccreight authored Nov 5, 2024
1 parent 7f8ec0b commit fea7765
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
run: pip install -r requirements.txt
- name: Build site
run: mkdocs build --config-file mkdocs.yml --site-dir out
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
- uses: actions/upload-pages-artifact@v3
with:
path: './out'
path: 'docs/out'
deploy:
needs: build
environment:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@

# Gradle
.gradle
build/
build/

docs/out

0 comments on commit fea7765

Please sign in to comment.