aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build_docs.yaml
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-12-17 00:17:19 -0700
committerNavan Chauhan <navanchauhan@gmail.com>2023-12-17 00:17:31 -0700
commit6b4a5f2a1482bd3e4ef7fb3f9a50bac52ab0bc5c (patch)
treecdd863f60bb1586a6b981c06951158aa60ef914e /.github/workflows/build_docs.yaml
parent546cd72ada8c8fce989b1e25e500ae88c5ad89a1 (diff)
switch to different action
Diffstat (limited to '.github/workflows/build_docs.yaml')
-rw-r--r--.github/workflows/build_docs.yaml13
1 files changed, 8 insertions, 5 deletions
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
+
+