Skip to content

Commit

Permalink
commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Aug 16, 2023
1 parent 2ce34bb commit ffa8089
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,15 @@ jobs:
cd docs
make html
- name: Set commit message
id: set_commit_message
run: |
echo "::set-output name=message::Publish docs at $(date -u +'%Y-%m-%d %H:%M:%S') (Workflow Run: ${{ github.run_id }})"
- name: Publish documentation to gh-pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/build/html
commit-message: Publish docs at `$(date +'%Y-%m-%d %H:%M:%S')`
commit-message: ${{ steps.set_commit_message.outputs.message }}
clean: true

0 comments on commit ffa8089

Please sign in to comment.