We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b347454 + 5108b09 commit 91d91abCopy full SHA for 91d91ab
.github/workflows/docs_workflow.yml
@@ -69,8 +69,8 @@ jobs:
69
cd gh-pages
70
# Create `.nojekyll` (if it doesn't already exist) for proper GH Pages configuration.
71
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
+ # Add `index.html` to point to the `main` branch automatically.
+ printf '<meta http-equiv="refresh" content="0; url=./main/index.html" />' > index.html
74
# Configure git using GitHub Actions credentials.
75
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
76
git config --local user.name "github-actions[bot]"
0 commit comments