Skip to content

Commit

Permalink
docs: add documentation action
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDotIO committed Aug 12, 2024
1 parent 88ec308 commit d981c2c
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 @@ -31,14 +31,13 @@ jobs:
uses: fwcd/swift-docc-action@v1
with:
target: AptosKit
output: ./public
hosting-base-path: AptosKit
output: ./
disable-indexing: 'true'
transform-for-static-hosting: 'true'
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
path: ./

deploy:
environment:
Expand Down

0 comments on commit d981c2c

Please sign in to comment.