Skip to content

Commit

Permalink
Docs workflow update (#554)
Browse files Browse the repository at this point in the history
* docs workflow update

* commit to test docs deployment
  • Loading branch information
baperry2 authored Dec 26, 2024
1 parent 3b3b7fe commit b462d64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
exit $(tail -n 1 build-output-warnings.txt | awk '{print $2}')
- name: Deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/development'
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ${{runner.workspace}}/build-docs/sphinx/html
SINGLE_COMMIT: true
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: ${{runner.workspace}}/build-docs/sphinx/html
single-commit: true
2 changes: 1 addition & 1 deletion Docs/sphinx/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
`PelePhysics` Quickstart
************************

Greetings impatient user. As a word of caution, this documentation is in progress. Some parts of the code remain undocumented,
Greetings users. As a word of caution, this documentation is in progress. Some parts of the code remain undocumented,
and some parts of the documentation are out of data. If you are confused by something you read here, or otherwise
need help with `PelePhysics`, the best course of action is to open a Discussion on the `GitHub page <https://github.com/AMReX-Combustion/PelePhysics/discussions>`_,
so the development team and other users can help.
Expand Down

0 comments on commit b462d64

Please sign in to comment.