File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
run : pipenv run docs
31
31
32
32
- name : Move to versioned directory
33
- # e.g. master or 0.1.2
33
+ # e.g. main or 0.1.2
34
34
run : mv build/html ".github/pages/${GITHUB_REF##*/}"
35
35
36
36
- name : Publish Docs to gh-pages
37
- # Only master and tags are published
38
- if : " ${{ github.repository_owner == 'dls-controls ' && (github.ref == 'refs/heads/master ' || startsWith(github.ref, 'refs/tags')) }}"
37
+ # Only main and tags are published
38
+ if : " ${{ github.repository_owner == 'epics-containers ' && (github.ref == 'refs/heads/main ' || startsWith(github.ref, 'refs/tags')) }}"
39
39
# We pin to the SHA, not the tag, for security reasons.
40
40
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
41
41
uses : peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 # v3.7.3
You can’t perform that action at this time.
0 commit comments