Compare commits
No commits in common. "bc11b363c4d5569ab8f15f25b9e5e178298c089e" and "ba69990860dd443d1560cfb46b71f8aac9fb8039" have entirely different histories.
bc11b363c4
...
ba69990860
|
@ -1,21 +0,0 @@
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
deployments: write
|
|
||||||
name: Deploy to Cloudflare Pages
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
# Run your project's build step
|
|
||||||
- name: Build
|
|
||||||
run: npm install && npm run build
|
|
||||||
- name: Publish
|
|
||||||
uses: https://github.com/cloudflare/pages-action@1
|
|
||||||
with:
|
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
|
||||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
|
||||||
projectName: 'rafa-page' # e.g. 'my-project'
|
|
||||||
directory: 'dist' # e.g. 'dist'
|
|
Loading…
Reference in New Issue