From 75eae305675241d31664a888b588e2a66b544dbf Mon Sep 17 00:00:00 2001 From: plcnk Date: Mon, 19 Aug 2024 00:02:02 +0200 Subject: [PATCH] feat(actions): Remove copy workflow --- .github/workflows/copy-readme.yaml | 23 ----------------------- README.md | 2 -- 2 files changed, 25 deletions(-) delete mode 100644 .github/workflows/copy-readme.yaml diff --git a/.github/workflows/copy-readme.yaml b/.github/workflows/copy-readme.yaml deleted file mode 100644 index c443d6d..0000000 --- a/.github/workflows/copy-readme.yaml +++ /dev/null @@ -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 diff --git a/README.md b/README.md index 9ac0407..163c414 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,3 @@ The code in this repository is provided as-is with no warranties. ## License This project is licensed under the [MIT License](./LICENSE). - -test