Skip to content

Commit

Permalink
[#50310] ci: Temporarily enable deploy on gh-test-docs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lkedziora committed Oct 16, 2023
1 parent fd51d24 commit 870dc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: documentation/build/html

- name: Deploy
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/gh-test-docs'
run: |
sudo chown -R $(whoami) documentation
cd documentation/build/html
Expand Down

0 comments on commit 870dc30

Please sign in to comment.