Skip to content

Commit

Permalink
feat: Add "People's Manager" job title to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
jyzhao committed Jun 18, 2024
1 parent f77cda2 commit 9d7eb4e
Show file tree
Hide file tree
Showing 7 changed files with 331 additions and 28 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/publish-to-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install & build
- name: Install & deploy
run: |
npm i
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.
npm run deploy
Loading

0 comments on commit 9d7eb4e

Please sign in to comment.