This commit is contained in:
2024-09-24 07:56:53 +02:00
parent 5fa092ed48
commit 81ff6dd130
2 changed files with 35 additions and 1 deletions
+27
View File
@@ -1 +1,28 @@
#start
name: update newsletters
on:
push:
branches:
- main
jobs:
build:
name: push_file
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- uses: actions/checkout@v4
- name: Push generated webpage to another repository
uses: nkoppel/push-files-to-another-repository@v1.1.3
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-files: 'DOC.md'
destination-username: 'nkoppel'
destination-repository: 'dutchie032.github.io '
destination-directory: 'Spearhead'
commit-email: 'timrorije@gmail.com'