Skip to content

Commit caa0a8c

Browse files
Autopublish docs
1 parent 3d203de commit caa0a8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
- name: cucumber
3737
run: bundle exec rake features
3838

39+
- name: Deploy
40+
uses: peaceiris/actions-gh-pages@v4
41+
with:
42+
github_token: ${{ secrets.GITHUB_TOKEN }}
43+
publish_dir: ./docs
44+
enable_jekyll: true
45+
3946
- uses: dawidd6/action-publish-gem@v1
4047
continue-on-error: true
4148
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)