Skip to content

Commit

Permalink
rename step from page to build
Browse files Browse the repository at this point in the history
Co-authored-by: Uiolee <[email protected]>
  • Loading branch information
njzjz and uiolee committed Oct 11, 2023
1 parent 15d0e9d commit ab73f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/docs/github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- main # default branch

jobs:
pages:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
with:
path: ./public
deploy:
needs: pages
needs: build
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit ab73f63

Please sign in to comment.