Skip to content

Commit

Permalink
Merge pull request #230 from crocs-muni/fix/upload-docs-on-release
Browse files Browse the repository at this point in the history
Docs: upload to web on tag revision
  • Loading branch information
adamjanovsky authored Jun 6, 2022
2 parents ca40fcf + 4608a9c commit aaf8413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
upload:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main' && github.repository == 'crocs-muni/sec-certs' # Potentially change this into a check on release.
if: (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main') && github.repository == 'crocs-muni/sec-certs' # Potentially change this into a check on release.
steps:
- name: Get docs artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit aaf8413

Please sign in to comment.