Skip to content

Commit

Permalink
fix: DooC deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
amosavian committed Sep 17, 2023
1 parent 8847dfb commit 689ba1f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ jobs:
--transform-for-static-hosting \
--hosting-base-path JWSETKit
- name: Commit and push generated documentation
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git switch gh-pages
git add ./docs
git commit -a -m "Generated Swift DocC"
git push origin gh-pages
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: 'docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 689ba1f

Please sign in to comment.