Skip to content

Commit

Permalink
Fix auto publishing (yewstack#1403)
Browse files Browse the repository at this point in the history
* Fix auto publishing

Hopefully this is *actually* fixed this time.

* Test that it works (will revert this)

* Revert changes

* Update .github/workflows/autopublish.yml

* Apply suggestions from code review
  • Loading branch information
teymour-aldridge authored Jul 10, 2020
1 parent 0ed36ad commit 0b07709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: '12.x'
- name: Install dependencies
run: yarn install
run: cd website && yarn install && cd ../
- name: Build site
run: cd website && yarn run build && cd ../
- name: Publish website
Expand Down

0 comments on commit 0b07709

Please sign in to comment.