Skip to content

Commit

Permalink
chore: rename actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Aug 18, 2023
1 parent 699917b commit af521e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:

jobs:

# Build job
build:
generate-documentation:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -27,13 +26,12 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run Lint checking
- name: Generate Documentation
run: pnpm run doc

# Deploy job
deploy:
# Add a dependency to the build job
needs: build
needs: generate-documentation

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:

jobs:

eslint:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit af521e7

Please sign in to comment.