fix post generate
This commit is contained in:
9
.github/workflows/cf-pages.yml
vendored
9
.github/workflows/cf-pages.yml
vendored
@@ -21,10 +21,13 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
run: npm install
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Fetch content from ATProto
|
||||
run: npm run fetch
|
||||
|
||||
- name: Generate static site
|
||||
run: npm run generate
|
||||
|
||||
- name: Deploy to Cloudflare Pages
|
||||
uses: cloudflare/pages-action@v1
|
||||
|
||||
Reference in New Issue
Block a user