From db76d23ac019415cc196c376f74d8c8130647af7 Mon Sep 17 00:00:00 2001 From: Joe Pegler Date: Wed, 20 Mar 2024 16:20:12 +0000 Subject: [PATCH] docs --- .github/workflows/publish.yml | 24 ------------------------ {dist => docs}/errors.json | 0 2 files changed, 24 deletions(-) delete mode 100644 .github/workflows/publish.yml rename {dist => docs}/errors.json (100%) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index aadc124..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: deploy errors -on: - workflow_dispatch: - push: - branches: - - main - -permissions: - contents: write -jobs: - deploy-errors: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - run: git config --global user.email "gh@runner.com" - - run: git config --global user.name "gh-runner" - - - name: Set remote url - run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/bcnmy/aa-errors.git - - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 - with: - folder: ./dist diff --git a/dist/errors.json b/docs/errors.json similarity index 100% rename from dist/errors.json rename to docs/errors.json