Skip to content

Commit

Permalink
Autopublish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Aug 9, 2024
1 parent 3d203de commit caa0a8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
- name: cucumber
run: bundle exec rake features

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
enable_jekyll: true

- uses: dawidd6/action-publish-gem@v1
continue-on-error: true
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit caa0a8c

Please sign in to comment.