feat(actions): Remove copy workflow

This commit is contained in:
plcnk
2024-08-19 00:02:02 +02:00
parent 889db13bfd
commit 75eae30567
2 changed files with 0 additions and 25 deletions

View File

@ -1,23 +0,0 @@
---
name: Copy README to gh-pages
on:
workflow_dispatch:
push:
branches: [master]
paths:
- README.md
jobs:
copy-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Copy README to gh-pages
uses: planetoftheweb/copy-to-branches@v1.3
env:
key: master
files: README.md
branches: gh-pages