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 40da2e1 commit 4bbf5aeCopy full SHA for 4bbf5ae
.github/workflows/doc.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/configure-pages@v5
33
- name: Install Swift SDK dependencies
34
run: |
35
- apt-get -y update
+ apt-get -y update
36
apt-get install -y libssl-dev make
37
- name: Build DocC
38
.spi.yml
@@ -3,4 +3,4 @@ builder:
3
configs:
4
- documentation_targets: [BedrockService]
5
external_links:
6
- documentation: "https://build-on-aws.github.io/swift-bedrock-library/documentation/bedrockservice/"
+ documentation: "https://build-on-aws.github.io/swift-bedrock-library/documentation/bedrockservice/"
0 commit comments