diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a7e687..13e948d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: diff --git a/.gitignore b/.gitignore index a363a26..303a378 100644 --- a/.gitignore +++ b/.gitignore @@ -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 + +