Skip to content

Commit

Permalink
pages: fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlettman committed Jul 16, 2024
1 parent b89a626 commit 7ae9fd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
if: github.ref == 'refs/heads/devel'
uses: peaceiris/[email protected]
env:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./docs
commit_message: "Pages: ${{ github.event.head_commit.message }}"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./docs
COMMIT_MESSAGE: "Pages: ${{ github.event.head_commit.message }}"
- name: Upload documentation
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 7ae9fd1

Please sign in to comment.