From 6b4a5f2a1482bd3e4ef7fb3f9a50bac52ab0bc5c Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 17 Dec 2023 00:17:19 -0700 Subject: switch to different action --- .github/workflows/build_docs.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 95ef150..08bf0fe 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -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: actions@github.com + + -- cgit v1.2.3