We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67033e8 commit 0bf5a17Copy full SHA for 0bf5a17
1 file changed
.github/workflows/deploy-docs.yml
@@ -59,9 +59,6 @@ jobs:
59
echo "::warning::'latest' directory or symlink not found."
60
fi
61
62
- - name: Upsert .nojekyll File
63
- run: touch ${{ env.DIST_DIR }}/.nojekyll
64
-
65
- name: Configure Git
66
run: |
67
git config --global user.name "github-actions[bot]"
@@ -72,6 +69,9 @@ jobs:
72
69
with:
73
70
ref: "gh-pages/live-site"
74
71
path: prebuild-branch
+
+ - name: Upsert .nojekyll File
+ run: touch prebuild-branch/.nojekyll
75
76
- name: Deploy to gh-pages/live-site Branch
77
id: deploy
0 commit comments