Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Dec 30, 2023
1 parent 45d3b33 commit 1fdd41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- main
- deploy

jobs:
build:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txt
python -m pip install -r requirements-web.txt
- name: Build website
run: sphinx-build -b html ./ ./_build/html
- name: Install SSH Key
Expand Down

0 comments on commit 1fdd41a

Please sign in to comment.