Skip to content

Commit

Permalink
zip doc archive
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Oct 15, 2022
1 parent 4845a58 commit 70a08ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ jobs:
- uses: actions/checkout@v2
- name: Run docbuild
run: scripts/docbuild.sh FirebaseStorage iOS
- name: Package doc bundle
run: zip .build/derived-data/FirebaseStorage.doccarchive.zip .build/derived-data/Build/Products/Debug-iphoneos/FirebaseStorage.doccarchive
- uses: actions/upload-artifact@v3
with:
name: Documentation bundle
path: .build/derived-data/Build/Products/Debug-iphoneos/FirebaseStorage.doccarchive
path: .build/derived-data/FirebaseStorage.doccarchive.zip

spm-cron:
# Don't run on private repo.
Expand Down

0 comments on commit 70a08ad

Please sign in to comment.