Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Push to GitHub Pages
  • Loading branch information
adafycheng committed Jan 19, 2024
1 parent cb172bc commit 61a43e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,17 @@ jobs:
run: npm ci
- run: npm run build --if-present
- run: npm test
- run: cd build
# Push to GitHub Pages
- uses: actions/checkout@v3
with:
repository: adafycheng.github.io
ref: 'main'
- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "${{ secrets.ACTIONS_GITHUB_EMAIL }}"
git add .
git commit
- run: git push origin main

1 comment on commit 61a43e4

@vercel
Copy link

@vercel vercel bot commented on 61a43e4 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portfolio-website-react – ./

portfolio-website-react-adafycheng.vercel.app
portfolio-website-react-git-main-adafycheng.vercel.app

Please sign in to comment.