Skip to content

Commit 6abb1eb

Browse files
ran-isenbergRan Isenberg
and
Ran Isenberg
authored
fix: broken git hub pages (#725)
Co-authored-by: Ran Isenberg <ran.isenberg@ranthebuilder.cloud>
1 parent 5a47684 commit 6abb1eb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/serverless-service.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,13 @@ jobs:
120120
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
121121
with:
122122
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"
123128
- name: Install dependencies
124-
run: |
125-
pip install --upgrade pip poetry
126-
make deps
127-
pip install -r dev_requirements.txt
129+
run: make dev
128130
- name: Generate docs
129131
run: |
130132
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)