Skip to content

Commit

Permalink
Hardcode HOSTING_BASE
Browse files Browse the repository at this point in the history
  • Loading branch information
rhx committed Dec 31, 2023
1 parent c33078c commit 22e7769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Generate Documentation
uses: rhx/swiftpm-generate-documentation@main
with:
hosting-base-path: $HOSTING_BASE
hosting-base-path: SwiftGtk4DocC

- name: Show Generated Content
run: find . -type d -maxdepth 3
Expand All @@ -51,5 +51,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: rhx/$HOSTING_BASE
external_repository: rhx/SwiftGtk4DocC
publish_dir: ./docs

0 comments on commit 22e7769

Please sign in to comment.