From 14cb7a86465c38db763630b0e7e60b29c2630a2a Mon Sep 17 00:00:00 2001 From: ausias-armesto Date: Tue, 1 Oct 2024 09:27:12 +0200 Subject: [PATCH] Rename workflows --- .github/workflows/gh-pages.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index e3c5419c..6704235d 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -1,8 +1,6 @@ -name: Merge PR +name: Docs on: - pull_request: - types: [synchronize] push: branches: - main @@ -12,8 +10,8 @@ concurrency: cancel-in-progress: false jobs: - merge: - name: Merge PR + docs: + name: Generate Documentation runs-on: self-hosted-hoprnet-small steps: @@ -30,7 +28,7 @@ jobs: rm -rf docs/* yarn docs - - name: Publish to GitHub Pages + - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }}