-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We don't need to publish the documentation as part of the PR; it can be done after we merge. The `GH_TOKEN` variable is also set to a personal access token that should have permission to push to the repository. There is a small change in the documentation that removes a typo. It was used to test the process.
- Loading branch information
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,14 @@ on: | |
push: | ||
branches: | ||
- main | ||
- data_further_refactor | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
deploy: | ||
env: | ||
GH_TOKEN: ${{ secrets.AUTONOMI_PAT }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
@@ -33,4 +31,4 @@ jobs: | |
run: | | ||
git config --global user.name "github-actions" | ||
git config --global user.email "[email protected]" | ||
mkdocs gh-deploy --force | ||
mkdocs gh-deploy --force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters