Skip to content

Commit

Permalink
update deploy_page_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NingW101 committed Jul 16, 2024
1 parent 792676c commit edea483
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy_page_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths-ignore:
- "README.md"
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.md"
- "LICENSE"
- "SECURITY.md"
- "ATTRIBUTIONS.md"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -39,7 +46,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload distribution folder
path: 'dist'
path: "dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit edea483

Please sign in to comment.