Skip to content

Commit 4bbf5ae

Browse files
committed
fix yaml
1 parent 40da2e1 commit 4bbf5ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/configure-pages@v5
3333
- name: Install Swift SDK dependencies
3434
run: |
35-
apt-get -y update
35+
apt-get -y update
3636
apt-get install -y libssl-dev make
3737
- name: Build DocC
3838
run: |

.spi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ builder:
33
configs:
44
- documentation_targets: [BedrockService]
55
external_links:
6-
documentation: "https://build-on-aws.github.io/swift-bedrock-library/documentation/bedrockservice/"
6+
documentation: "https://build-on-aws.github.io/swift-bedrock-library/documentation/bedrockservice/"

0 commit comments

Comments
 (0)