Skip to content

Commit

Permalink
TriBITSPub#386: - added deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jul 1, 2021
1 parent 06ba12d commit 0295f8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ 386-Build-TriBITS-Documentation-with-Sphinx-and-ReadTheDocs ]

jobs:
build_and_deploy_docs:
build-and-deploy-docs:

runs-on: ubuntu-latest
env:
Expand All @@ -32,3 +32,8 @@ jobs:
- name: Generate html output
working-directory: ${{env.working-directory}}
run: make html
- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: docs
folder: ${{env.working-directory}}/_build/html

0 comments on commit 0295f8f

Please sign in to comment.