Skip to content

Commit

Permalink
Merge pull request #38 from dataforgoodfr/fix-deploy-workflow
Browse files Browse the repository at this point in the history
Fix deploy workflow
  • Loading branch information
kaaloo authored Apr 29, 2024
2 parents 50631bc + 6e49404 commit 5609482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: site-observable
working-directory: observable
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: site-observable/package.json
cache-dependency-path: observable/package.json
- uses: actions/setup-python@v5
with:
python-version: "3.11.4"
Expand Down

0 comments on commit 5609482

Please sign in to comment.