Skip to content

Commit

Permalink
Removed documentation from CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
schliz committed Feb 5, 2022
1 parent 50f8f06 commit abab72b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Build Project
run: bash build.sh clean build

- name: Build Documentation
run: bash build.sh docs
# - name: Build Documentation
# run: bash build.sh docs

- name: release
uses: actions/create-release@v1
Expand All @@ -46,12 +46,12 @@ jobs:
asset_name: elite.cls
asset_content_type: application/x-latex

- name: Upload Documentation
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./build/docs/elite.pdf
asset_name: elite.pdf
asset_content_type: application/pdf
# - name: Upload Documentation
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
# asset_path: ./build/docs/elite.pdf
# asset_name: elite.pdf
# asset_content_type: application/pdf

0 comments on commit abab72b

Please # to comment.