We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf5a17 commit f0de8c9Copy full SHA for f0de8c9
1 file changed
.github/workflows/deploy-docs.yml
@@ -70,9 +70,6 @@ jobs:
70
ref: "gh-pages/live-site"
71
path: prebuild-branch
72
73
- - name: Upsert .nojekyll File
74
- run: touch prebuild-branch/.nojekyll
75
-
76
- name: Deploy to gh-pages/live-site Branch
77
id: deploy
78
run: |
@@ -82,6 +79,8 @@ jobs:
82
79
git rm -rf . && git clean -fxd
83
80
cp -R ../${{ env.DIST_DIR }}/* .
84
81
+ touch .nojekyll
+
85
git add -A
86
87
if git diff --staged --quiet; then
0 commit comments