Skip to content

Commit

Permalink
adds build-coinbase-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Oct 11, 2023
1 parent e730d38 commit efb88e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- run: npm run build-coinbase
- run: npm run build-sitemap
- run: npm run build-coinbase-history
- run: npm run build-coinbase-latest
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ node_modules
www/api/*/
!www/api/*.*
www/api/.DS_Store
www/api/latest.csv
www/api/latest.json
www/sitemap.xml



0 comments on commit efb88e5

Please sign in to comment.