We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ba8aa commit ec24e59Copy full SHA for ec24e59
1 file changed
.github/workflows/deploy.yml
@@ -185,6 +185,7 @@ jobs:
185
steps.check-manifest.outputs.refresh == 'true'
186
run: |
187
cd "ref"
188
+ touch .nojekyll
189
git config user.email 'github-actions@github.com'
190
git config user.name 'github-actions'
191
git add -A
@@ -258,6 +259,7 @@ jobs:
258
259
steps.check-cache-roar.outputs.cache-hit != 'true'
260
261
262
263
264
265
0 commit comments