mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-28 09:46:48 +02:00
Update deploy.yaml
This commit is contained in:
parent
a7119e40e5
commit
d82c56d66b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy.yaml
vendored
4
.github/workflows/deploy.yaml
vendored
|
@ -21,7 +21,9 @@ jobs:
|
||||||
run: yarn
|
run: yarn
|
||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
env:
|
||||||
|
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
|
||||||
|
|
||||||
- name: Publish to Cloudflare Pages
|
- name: Publish to Cloudflare Pages
|
||||||
uses: cloudflare/pages-action@v1
|
uses: cloudflare/pages-action@v1
|
||||||
|
|
Loading…
Add table
Reference in a new issue