Skip to content

Commit

Permalink
chore: Fix hosting path in published documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood authored Jul 2, 2023
1 parent 4fa2a05 commit af68c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
generate-documentation --target WMATAUI \
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path WMATAUI \
--hosting-base-path WMATAUI.swift \
--output-path ./docs
- name: Upload artifact 📜
uses: actions/upload-pages-artifact@v1
Expand All @@ -42,4 +42,4 @@ jobs:
path: 'docs'
- name: Deploy to GitHub Pages 🐙
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit af68c74

Please sign in to comment.