Skip to content

Commit

Permalink
switch to different action
Browse files Browse the repository at this point in the history
  • Loading branch information
navanchauhan committed Dec 17, 2023
1 parent 546cd72 commit 6b4a5f2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ jobs:
hosting-base-path: swift-gopher
targets: "GopherHelpers\nswift-gopher\nswiftGopherClient"
output: docs
- name: Upload docs
uses: actions/upload-artifact@v1
if: always()
- name: Upload Docs
uses: EndBug/add-and-commit@v9
with:
name: docs
path: docs
add: "docs"
message: Update Documentation
commiter_name: GitHub Actions
committer_email: [email protected]


0 comments on commit 6b4a5f2

Please sign in to comment.