mirror of
https://github.com/plcnk/charts.git
synced 2026-07-16 10:34:44 +00:00
feat(actions): Remove copy workflow
This commit is contained in:
23
.github/workflows/copy-readme.yaml
vendored
23
.github/workflows/copy-readme.yaml
vendored
@ -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
|
|
||||||
Reference in New Issue
Block a user