Update deploy.yaml

This commit is contained in:
Kevin Kandlbinder 2023-04-02 23:59:21 +02:00 committed by GitHub
parent a7119e40e5
commit d82c56d66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,9 @@ jobs:
run: yarn
- name: Build site
run: yarn build
run: yarn build
env:
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1