Skip to content

Commit

Permalink
more...
Browse files Browse the repository at this point in the history
  • Loading branch information
levitatingpineapple committed Jan 2, 2025
1 parent cb42017 commit 91d0b80
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -19,7 +19,7 @@ jobs:
swift package generate-documentation \
--target Core \
--symbol-graph-minimum-access-level internal \
--hosting-base-path https://github.io/levitatingpineapple/feed-radar \
--hosting-base-path feed-radar \
--disable-indexing \
--transform-for-static-hosting \
--warnings-as-errors
Expand All @@ -31,14 +31,14 @@ jobs:
with:
path: Core/.build/plugins/Swift-DocC/outputs/Core.doccarchive
deploy:
runs-on: ubuntu-latest
needs: build
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
Empty file added test
Empty file.

0 comments on commit 91d0b80

Please sign in to comment.