Skip to content

Commit

Permalink
chore: add commit message example to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jabibamman committed Nov 14, 2023
1 parent 68cf23d commit 82f80ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: RustDoc Deployment
on:
push:
branches:
- doc/publish-doc
- master

jobs:
deploy-docs:
Expand All @@ -21,4 +21,5 @@ jobs:
with:
deploy_key: ${{ secrets.DEPLOY_KEY }}
publish_dir: ./target/doc
commit_message: ${{ github.event.head_commit.message }}

3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ env:

jobs:
build:

runs-on: ubuntu-latest

environment: production
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 82f80ee

Please sign in to comment.