ci: migrate GitHub actions to Gitea actions
Deploy CV Site (andreknie.de) / deploy (push) Canceled after 0s
Deploy CV Site (andreknie.de) / deploy (push) Canceled after 0s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user