Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 1fe0be8

Browse files
committed
ci: remove deprecated jazzy artifact upload
1 parent c8099a6 commit 1fe0be8

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/jazzy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
container:
2929
image: norionomura/jazzy:0.13.3_swift-5.2.1
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v2
3232
- run: bundle install --path vendor/bundle
3333
- run: swift build
3434
- name: Generate documentation json
@@ -42,11 +42,6 @@ jobs:
4242
cat docs/undocumented.json
4343
exit 1
4444
fi
45-
- name: Upload Artifact
46-
uses: actions/upload-artifact@v4
47-
with:
48-
name: API Docs
49-
path: docs
5045
- name: Push to gh-pages
5146
if: github.event_name == 'push'
5247
run: |

0 commit comments

Comments
 (0)