Skip to content

Commit

Permalink
ci: add self to paths trigger and remove working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Aug 4, 2024
1 parent 4d9463e commit 2218494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: ['master']
paths:
- 'docs/**'
- '.github/workflows/deploy-docs.yml'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -56,7 +57,6 @@ jobs:
run: pnpm build

- name: Setup Pages
working-directory: docs
uses: actions/configure-pages@v4

- name: Upload artifact
Expand Down

0 comments on commit 2218494

Please sign in to comment.