Skip to content

Commit

Permalink
Issue #1: Remove API Docs publish for now; address in #7
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Oct 11, 2024
1 parent f6276d4 commit c04557f
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,6 @@ jobs:
SIGN_KEY_PASS: ${{ secrets.GPG_SECRET_PASSPHRASE }}
SIGN_KEY: ${{ secrets.GPG_SECRET_KEY }}

- name: Download Dokka CLI and Build HTML APIDocs
working-directory: .
run: ./scripts/dokka.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: docs
path: target/apidocs

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
Expand All @@ -134,17 +125,3 @@ jobs:
prerelease: false
generate_release_notes: true

deploy-api-docs:
runs-on: ubuntu-latest
needs: [publish-publicly]
steps:
- uses: actions/download-artifact@v2
with:
path: public
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
keep_files: true
publish_dir: ./public
full_commit_message: Publish documentation to GitHub pages

0 comments on commit c04557f

Please sign in to comment.