Skip to content

Commit

Permalink
"squash gh-pages history; updates #1267" (#1275)
Browse files Browse the repository at this point in the history
"syntax tweaks; updates #1267"

"deploy only on master; updates #1267"
  • Loading branch information
martukas authored Jul 5, 2022
1 parent f92ccb9 commit a02bb01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Deploy to Github Pages
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: docs/_build/html # The folder the action should deploy.
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: docs/_build/html # The folder the action should deploy.
single-commit: true
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to RespiraWorks Ventilator's documentation!
===================================================
Welcome to RespiraWorks Ventilator documentation!
=================================================

.. toctree::
:maxdepth: 1
Expand Down

0 comments on commit a02bb01

Please sign in to comment.