Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 19, 2024
1 parent 9da8469 commit 2b2f6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo "no change mkdocs.yml"
else
echo "detected changes in mkdocs.yml"
if [[ ${{ github.event_name } == "pull_request" ]]; then
if [[ ${{ github.event_name }} == "pull_request" ]]; then
# on PR push to the same branch
gh pr checkout ${{ github.event.pull_request.number }}
git add mkdocs.yml
Expand Down

0 comments on commit 2b2f6c7

Please sign in to comment.