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.
1 parent 1914c78 commit 7808ee1Copy full SHA for 7808ee1
.github/workflows/pages-deploy.yml.hook renamed to .github/workflows/starter/pages-deploy.yml
tools/init
@@ -87,10 +87,9 @@ init_files() {
87
rm -rf .github
88
else
89
## Change the files of `.github`
90
- mv .github/workflows/$ACTIONS_WORKFLOW.hook .
91
- rm -rf .github
92
- mkdir -p .github/workflows
93
- mv ./${ACTIONS_WORKFLOW}.hook .github/workflows/${ACTIONS_WORKFLOW}
+ mv .github/workflows/starter/$ACTIONS_WORKFLOW .
+ rm -rf .github && mkdir -p .github/workflows
+ mv ./$ACTIONS_WORKFLOW .github/workflows/${ACTIONS_WORKFLOW}
94
95
## Cleanup image settings in site config
96
_sedi "s/^cdn:.*/cdn:/;s/^avatar:.*/avatar:/" _config.yml
0 commit comments