Skip to content

Commit

Permalink
ci: 👷 Update path on publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTorresDev committed Aug 16, 2023
1 parent e2ae29c commit 9cdc737
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish wiki

on:
push:
branches: [main]
branches:
- main
paths:
- docs/**

Expand All @@ -19,3 +20,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
path: docs

0 comments on commit 9cdc737

Please sign in to comment.