Skip to content

Commit 0bf5a17

Browse files
authored
Update .nojekyll file creation location
Moved the creation of the .nojekyll file to the prebuild-branch directory.
1 parent 67033e8 commit 0bf5a17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
echo "::warning::'latest' directory or symlink not found."
6060
fi
6161
62-
- name: Upsert .nojekyll File
63-
run: touch ${{ env.DIST_DIR }}/.nojekyll
64-
6562
- name: Configure Git
6663
run: |
6764
git config --global user.name "github-actions[bot]"
@@ -72,6 +69,9 @@ jobs:
7269
with:
7370
ref: "gh-pages/live-site"
7471
path: prebuild-branch
72+
73+
- name: Upsert .nojekyll File
74+
run: touch prebuild-branch/.nojekyll
7575

7676
- name: Deploy to gh-pages/live-site Branch
7777
id: deploy

0 commit comments

Comments
 (0)