Skip to content

Commit

Permalink
Update copy_docs.yml
Browse files Browse the repository at this point in the history
More changing of actions where `develop` branch appears and not `main`
  • Loading branch information
ominusliticus authored Sep 13, 2023
1 parent 9957a28 commit b0d839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
SRC_FOLDER_PATH: 'doc/build'
TARGET_BRANCH: 'gh-pages'
if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/main'
run: |
files=$(find $SRC_FOLDER_PATH -type f) # get the file list
git config --global user.name 'GitHub Action'
Expand Down

0 comments on commit b0d839a

Please sign in to comment.