feat: updated dependencies and github actions
This commit is contained in:
parent
8c8184a78f
commit
b8600cf29c
2 changed files with 121 additions and 111 deletions
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
|
@ -9,19 +9,17 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.8
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v2.1.0
|
||||
- name: Install dependencies
|
||||
python-version: "3.10"
|
||||
- name: Install python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade poetry
|
||||
poetry install
|
||||
- name: Build
|
||||
- name: Build site
|
||||
run: make build
|
||||
- name: GitHub Pages action
|
||||
- name: Publish to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3.6.1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue