Skip to content

Commit

Permalink
Fixed YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Aug 20, 2023
1 parent 7641096 commit 9ade31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Check if stable-docs branch exists
run: |
if ! git ls-remote --heads origin stable-docs | grep stable-docs; then
if ! git ls-remote --heads origin stable-docs | grep stable-docs; then
git checkout -b stable-docs
git push -u origin stable-docs
fi
Expand Down

1 comment on commit 9ade31a

@simonw
Copy link
Owner Author

@simonw simonw commented on 9ade31a Aug 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refs #1

Please sign in to comment.