Skip to content

Commit

Permalink
Don't use the same name as GitHub pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 13, 2022
1 parent 6565f87 commit 1ea075e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/clean-ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-18.04
name: Clean GitHub pages
timeout-minutes: 5
concurrency: gh-pages-push

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-20.04
name: Github Pages
timeout-minutes: 10
concurrency: gh-pages
concurrency: gh-pages-push
needs:
- main

Expand Down

0 comments on commit 1ea075e

Please sign in to comment.