Skip to content

Commit

Permalink
FIX: Exclude assets from Zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Aug 1, 2024
1 parent bd0b231 commit cc1b73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
enable_jekyll: true
exclude_assets: '**.js,bad-links.csv,credentials.json,issues.csv,transliterations,tags,models'
exclude_assets: '**.js,bad-links.csv,credentials.json,issues.csv,models,transliterations,tags,utilities'
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: data
publish_dir: data
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
enable_jekyll: true
exclude_assets: '**.js,bad-links.csv,credentials.json,issues.csv,transliterations,tags,models'
exclude_assets: '**.js,bad-links.csv,credentials.json,issues.csv,models,transliterations,tags,utilities'
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: data
publish_dir: data

0 comments on commit cc1b73e

Please sign in to comment.