Skip to content

Commit

Permalink
Merge pull request #9 from ankudinov/fix_gh_branch_for_main
Browse files Browse the repository at this point in the history
fix branch for main repo
  • Loading branch information
ankudinov authored Aug 19, 2024
2 parents 48ee7de + 6b17881 commit 6bb2b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
grep -rl '{{gh.repo_name}}' . --exclude-dir .git | xargs sed -i 's/{{gh.repo_name}}/'"${{ github.event.repository.name }}"'/g'
grep -rl '{{gh.org_name}}' . --exclude-dir .git | xargs sed -i 's/{{gh.org_name}}/'"${{ github.repository_owner }}"'/g'
grep -rl '{{gh.repository}}' . --exclude-dir .git | xargs sed -i 's@{{gh.repository}}@'"${{ github.repository }}"'@g'
grep -rl '{{gh.branch}}' . --exclude-dir .git | xargs sed -i 's@{{gh.branch}}@'"main"'@g'
- name: Setup Python3 🐍
uses: actions/setup-python@v5
Expand Down

0 comments on commit 6bb2b2a

Please sign in to comment.