Skip to content

Commit

Permalink
deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiansu committed May 29, 2024
1 parent f571a82 commit 2078f35
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,26 @@ on:
branches:
- gh-pages

env:
GIT_USER: fengjiansu
GIT_EMAIL: [email protected]
DEPLOY_REPO: fengjiansu/fengjiansu.github.io
DEPLOY_BRANCH: gh-pages

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Checkout deploy repo
uses: actions/checkout@v4
with:
repository: ${{ env.DEPLOY_REPO }}
ref: ${{ env.DEPLOY_BRANCH }}
path: .deploy_git

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 2078f35

Please sign in to comment.