Files
spearhead/.github/workflows/docs.yml
T
2024-09-24 08:13:34 +02:00

29 lines
632 B
YAML

#start
name: update newsletters
on:
push:
branches:
- main
jobs:
build:
name: push_file
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- name: Push readme 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: 'dutchie032'
destination-repository: 'dutchie032.github.io '
destination-directory: 'Spearhead'
commit-email: 'timrorije@gmail.com'
commit-username: 'dutchie032'