feat: updated dependencies and github actions

This commit is contained in:
Felipe M 2022-01-01 18:11:19 +01:00
parent 8c8184a78f
commit b8600cf29c
Signed by: fmartingr
GPG key ID: 716BC147715E716F
2 changed files with 121 additions and 111 deletions

View file

@ -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 }}