Skip to content

Commit

Permalink
fix(ci): update workflow.document.yml (#73)
Browse files Browse the repository at this point in the history
* fix(docs): renames starter-topic.md
  • Loading branch information
csantiago132 authored Oct 28, 2024
1 parent ec068e7 commit a1743f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:
document:
needs: [preflight]
if: |
github.event_name == 'push' &&
needs.check_changes.outputs.writerside_changed == 'true' &&
github.ref == 'refs/heads/main'
needs.check_changes.outputs.writerside_changed == 'true'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion Writerside/topics/starter-topic.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kurocado Studio Styleguide @alpha
# Kurocado Studio Styleguide @ alpha

<show-structure depth="3"/>

Expand Down

0 comments on commit a1743f8

Please sign in to comment.