Skip to content

Commit 53b0049

Browse files
committed
add a no jekyll file inside the doc folder
1 parent c25730d commit 53b0049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: Build DocC
3232
run: |
3333
make generate-docs
34-
touch docs/.nojekyll
3534
echo "<script>window.location.href += \"/documentation/bedrockservice\"</script>" > docs/index.html;
3635
- name: Upload artifact
3736
uses: actions/upload-pages-artifact@v4

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ generate-docs:
2929
--hosting-base-path swift-bedrock-library \
3030
--output-path ./docs
3131

32-
mv Package.swift.bak Package.swift
32+
mv Package.swift.bak Package.swift
33+
touch docs/.nojekyll

0 commit comments

Comments
 (0)