We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25730d commit 53b0049Copy full SHA for 53b0049
.github/workflows/doc.yml
@@ -31,7 +31,6 @@ jobs:
31
- name: Build DocC
32
run: |
33
make generate-docs
34
- touch docs/.nojekyll
35
echo "<script>window.location.href += \"/documentation/bedrockservice\"</script>" > docs/index.html;
36
- name: Upload artifact
37
uses: actions/upload-pages-artifact@v4
Makefile
@@ -29,4 +29,5 @@ generate-docs:
29
--hosting-base-path swift-bedrock-library \
30
--output-path ./docs
- mv Package.swift.bak Package.swift
+ mv Package.swift.bak Package.swift
+ touch docs/.nojekyll
0 commit comments