Add a contact form to the resume #1

Merged
vato007 merged 18 commits from contact-form into main 2025-02-03 18:10:13 +10:30
Showing only changes of commit 73a4ee7df4 - Show all commits

View File

@@ -24,12 +24,11 @@ jobs:
run: ./build.sh
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: resume
directory: build
command: pages deploy build --project-name=resume
- uses: actions/upload-artifact@v3
with: