Skip to content

Commit

Permalink
deploy results.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jul 21, 2021
1 parent efa2647 commit cabbee6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ jobs:
- name: Stop the stack
run: docker-compose down

- name: deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gebaemtesting-testing/remote-seleniumhub-chrome/generated-docs/html/

- name: create release ${{ env.GITHUB_TAG }}
if: github.ref == 'refs/heads/main'
id: create_release
Expand Down

0 comments on commit cabbee6

Please sign in to comment.