Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:

- name: Test Dry Run
run: |
pnpm run run:collect-artifacts --skipDownload
pnpm run run:collect-artifacts --fetchUrlOnly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 9 additions & 0 deletions .github/workflows/update_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ jobs:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}

- name: Upload Caches
run: |
pnpm run run:upload-caches
env:
APP_ID: ${{ secrets.APP_ID }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ dist-ssr
private-key.pem
public/preview/*
!public/preview/.gitkeep

scripts/cached/*
!scripts/cached/.gitkeep
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"fmt": "eslint --ext .js,.vue,.ts,.mts *.config.* src scripts --fix",
"run:collect-artifacts": "tsx scripts/collectArtifacts.ts",
"run:update-comments": "tsx scripts/updateComments.ts",
"run:upload-caches": "tsx scripts/uploadCaches.ts",
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
Expand Down
Empty file added scripts/cached/.gitkeep
Empty file.
Loading