mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-24 06:51:39 +00:00
Update generate-website.yml
This commit is contained in:
4
.github/workflows/generate-website.yml
vendored
4
.github/workflows/generate-website.yml
vendored
@@ -30,7 +30,9 @@ jobs:
|
|||||||
run: npm install marked fs-extra marked-alert
|
run: npm install marked fs-extra marked-alert
|
||||||
|
|
||||||
- name: Generate website from README
|
- name: Generate website from README
|
||||||
run: node .github/generate-website.js
|
run: |
|
||||||
|
node .github/generate-website.js
|
||||||
|
echo 'wts.knugi.dev' > ./docs/CNAME
|
||||||
|
|
||||||
- name: Deploy to gh-pages
|
- name: Deploy to gh-pages
|
||||||
if: github.ref == 'refs/heads/main' # Ensure deployment only happens from main
|
if: github.ref == 'refs/heads/main' # Ensure deployment only happens from main
|
||||||
|
|||||||
Reference in New Issue
Block a user