We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a47684 commit 6abb1ebCopy full SHA for 6abb1eb
.github/workflows/serverless-service.yml
@@ -120,11 +120,13 @@ jobs:
120
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
121
with:
122
python-version: ${{ env.PYTHON_VERSION }}
123
+ - name: Set up Node
124
+ uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
125
+ with:
126
+ node-version: ${{ env.NODE_VERSION }}
127
+ cache: "npm"
128
- name: Install dependencies
- run: |
- pip install --upgrade pip poetry
- make deps
- pip install -r dev_requirements.txt
129
+ run: make dev
130
- name: Generate docs
131
run: |
132
mkdocs gh-deploy --force
0 commit comments