diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bb58d5..0651d36 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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