From a5df2a0ed8f8a68aec02928b8e700f232b6dc89e Mon Sep 17 00:00:00 2001 From: Jay <110402935+jay-418@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:45:05 -0600 Subject: [PATCH] delete file replaced by getlantern/.github --- .github/workflows/update.yml | 39 ------------------------------------ 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/update.yml diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml deleted file mode 100644 index 75742e5a26..0000000000 --- a/.github/workflows/update.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Update READMEs - -on: - workflow_dispatch: - push: - paths: - - 'pagemaker/**' - branches: [ devel ] - -jobs: - build: - runs-on: ubuntu-latest - permissions: - contents: write - - steps: - - name: Checkout repo - uses: actions/checkout@v4 - with: - submodules: false - - - name: Setup Go - uses: actions/setup-go@v5 - with: - go-version-file: 'pagemaker/go.mod' - cache-dependency-path: 'pagemaker/go.sum' - - - name: Build Go - run: go build - working-directory: pagemaker - - - name: Update files - run: ./pagemaker - working-directory: pagemaker - - - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5 - with: - commit_message: "Automated update"