Skip to content

Commit ec24e59

Browse files
committed
Disable Jekyll.
1 parent 23ba8aa commit ec24e59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ jobs:
185185
steps.check-manifest.outputs.refresh == 'true'
186186
run: |
187187
cd "ref"
188+
touch .nojekyll
188189
git config user.email 'github-actions@github.com'
189190
git config user.name 'github-actions'
190191
git add -A
@@ -258,6 +259,7 @@ jobs:
258259
steps.check-cache-roar.outputs.cache-hit != 'true'
259260
run: |
260261
cd "ref"
262+
touch .nojekyll
261263
git config user.email 'github-actions@github.com'
262264
git config user.name 'github-actions'
263265
git add -A

0 commit comments

Comments
 (0)