Skip to content

Commit

Permalink
build: update pkg and stages name
Browse files Browse the repository at this point in the history
  • Loading branch information
tcelestino committed Oct 18, 2024
1 parent fae4ef0 commit 89f3ebe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
- name: Checkout
uses: actions/checkout@v2

- name: Setup Node.js environment
Expand All @@ -18,12 +18,12 @@ jobs:
- name: Install dependencies
run: yarn

- name: Run build command
- name: Build
run: yarn build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
publish_branch: gh-pages

0 comments on commit 89f3ebe

Please sign in to comment.