Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Oct 1, 2024
1 parent 9510659 commit 14cb7a8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Merge PR
name: Docs

on:
pull_request:
types: [synchronize]
push:
branches:
- main
Expand All @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 14cb7a8

Please sign in to comment.