Skip to content

Commit

Permalink
Delete unnecessary backward slashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichan Yoo committed Aug 8, 2024
1 parent e918f8b commit 52858d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
./scripts/generatedocc.sh "$VERSION" ${{ matrix.job }} ${{ strategy.job-total }} ${{ env.IGNORE }} ${{ 1 }}
- name: Generate smithy-swift docs
run: |
cd ../smithy-swift \
./../aws-sdk-swift/scripts/generatedocc.sh "$VERSION" ${{ matrix.job }} ${{ strategy.job-total }} ${{ env.IGNORE }} ${{ 0 }} \
cd ../smithy-swift
./../aws-sdk-swift/scripts/generatedocc.sh "$VERSION" ${{ matrix.job }} ${{ strategy.job-total }} ${{ env.IGNORE }} ${{ 0 }}
cd ../aws-sdk-swift
update-latest:
needs: generate-docs
Expand Down

0 comments on commit 52858d7

Please sign in to comment.