Skip to content

Commit

Permalink
ci: edit triggers for github pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
ae9is committed Apr 28, 2024
1 parent 28358c6 commit 1f7b565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: ["main"]
# Only run if docs or self updated
paths:
- './packages/fontpicker/docs'
- './.github/workflows/pages.yml'
- packages/fontpicker/docs/**
- .github/workflows/pages.yml

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './packages/fontpicker/docs'
path: 'packages/fontpicker/docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 1f7b565

Please sign in to comment.