From 9efd1c4131ecb921ddb9ec36e7969405c9326868 Mon Sep 17 00:00:00 2001 From: Werner Dietl Date: Mon, 26 Jun 2023 16:30:50 -0400 Subject: [PATCH] Undo copy to gh-pages action --- .github/workflows/maven.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a5afdc5fc..4dd16cc25 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,14 +34,6 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - # Copy the files to the gh-pages branch - - name: Copy To Branches Action - uses: planetoftheweb/copy-to-branches@v1.2 - env: - key: main - branches: gh-pages - files: afu-template.md cf-template.md CFLogo.png README.md index.md pom.xml 404.html src/main/java/io/github/eisop/website/EisopSiteGenerator.java - # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive # - name: Update dependency graph # uses: advanced-security/maven-dependency-submission-action@v3