fix(workflows): fixed some issues with the action.yaml
Some checks failed
Push documentation to Meli and run Pylint / setup (3.11) (push) Failing after 29s
Push documentation to Meli and run Pylint / build-documentation (push) Has been skipped
Push documentation to Meli and run Pylint / pylint (push) Has been skipped

This commit is contained in:
Seaswimmer 2024-01-06 16:22:39 +00:00
parent a97a1093f1
commit 2551dd6ce0
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -9,9 +9,13 @@ jobs:
python-version: ["3.11"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "12"
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
@ -25,7 +29,7 @@ jobs:
build-documentation:
needs: setup
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Build the documentation
run: |