Skip to content

Commit

Permalink
Fix MkDocs deployment to GitHub pages (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Aug 9, 2024
1 parent a0c7446 commit 571a3ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Release Management

on:
push:
branches: [ master ]
# branches: [ master ]
branches: [ fix/mkdocs-deploy ]

jobs:
test_and_build:
Expand Down Expand Up @@ -116,8 +117,6 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
persist-credentials: false

# Hard-coded username and email for the GitHub bot user
# https://api.github.com/users/github-actions%5Bbot%5D
Expand Down

0 comments on commit 571a3ac

Please sign in to comment.