Skip to content

Commit

Permalink
use new path to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 13, 2024
1 parent c07a6e7 commit 706e0f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,12 @@ jobs:
- name: Build docs
run: swift package generate-documentation
working-directory: getargv-swift
- run: ls -R getargv-swift
- run: ls -R getargv-swift/.build/plugins/Swift-DocC/outputs
- uses: actions/upload-artifact@v3
with:
name: docs
path: getargv-swift/Docs/SwiftGetargv.doccarchive.tar.gz
path: getargv-swift/.build/plugins/Swift-DocC/outputs/SwiftGetargv.doccarchive
if-no-files-found: error
- run: ls -R Docs && false
if: ${{ failure() }}
working-directory: getargv-swift

release:
if: ${{ github.ref_type == 'tag' }}
Expand Down

0 comments on commit 706e0f3

Please sign in to comment.