Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #338 from SaurabhAgarwala/setup_cd
Browse files Browse the repository at this point in the history
Fixes working directory for Publish package step in CD workflow
  • Loading branch information
brenoferreira authored Apr 23, 2020
2 parents 5049b99 + aa6f91b commit 2502185
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ jobs:
run: npm install --no-audit

- name: Publish package
run: |
cd $GITHUB_WORKSPACE/vocabulary/
bash deploy.sh
run: bash deploy.sh

0 comments on commit 2502185

Please sign in to comment.