Skip to content

Commit

Permalink
Merge pull request #37 from NingW101/CI
Browse files Browse the repository at this point in the history
update deploy_page_ci.yml
  • Loading branch information
ibelem authored Jul 16, 2024
2 parents 792676c + edea483 commit 0ceea5d
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 0ceea5d

Please sign in to comment.