Skip to content

Commit 5108b09

Browse files
committed
Fix link in gh-pages root
Should be to main, not master.
1 parent b347454 commit 5108b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
cd gh-pages
7070
# Create `.nojekyll` (if it doesn't already exist) for proper GH Pages configuration.
7171
touch .nojekyll
72-
# Add `index.html` to point to the `master` branch automatically.
73-
printf '<meta http-equiv="refresh" content="0; url=./master/index.html" />' > index.html
72+
# Add `index.html` to point to the `main` branch automatically.
73+
printf '<meta http-equiv="refresh" content="0; url=./main/index.html" />' > index.html
7474
# Configure git using GitHub Actions credentials.
7575
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
7676
git config --local user.name "github-actions[bot]"

0 commit comments

Comments
 (0)