Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Feb 22, 2024
1 parent e2e21ac commit 973ce3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified .github/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .github/workflows/refresh-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.METRICMINER_GITHUB_PAT }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
push:
branches: [ main ]
paths:
- data
- data/*
- '**.Rmd'
- styles.css
- _site.yml
Expand Down

0 comments on commit 973ce3d

Please sign in to comment.