Skip to content

Commit

Permalink
working prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
waleko committed Nov 9, 2023
1 parent d5eddb2 commit 72a7501
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Deploy to Cloudflare Pages
uses: cloudflare/cloudflare-pages-deploy-action@main
with:
script: npm run build
directory: dist
token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
site: en2ru
# FIXME: add secret to github repo
# - name: Deploy to Cloudflare Pages
# uses: cloudflare/cloudflare-pages-deploy-action@main
# with:
# script: npm run build
# directory: dist
# token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# site: en2ru

0 comments on commit 72a7501

Please sign in to comment.