ci: migrate GitHub actions to Gitea actions
Deploy CV Site (andreknie.de) / deploy (push) Canceled after 0s

This commit is contained in:
2026-07-22 15:42:06 +02:00
parent e1cf49b0a2
commit b46de6dc7d
649 changed files with 127224 additions and 2786 deletions
@@ -0,0 +1,19 @@
name: Push Pages to Confluence
on:
push:
paths: ['pages/**']
workflow_dispatch: {}
jobs:
push:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Write secrets file
run: |
"CONFLUENCE_TOKEN=${{ secrets.CONFLUENCE_TOKEN }}" | Out-File .secrets -Encoding UTF8
- name: Push pages to Confluence
run: powershell -ExecutionPolicy Bypass -File scripts/confluence-push.ps1