Skip to content

Commit

Permalink
Update push2prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhighet authored Jul 31, 2021
1 parent 765faeb commit a0a4947
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push2prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ jobs:
- name: get hugo
run: sudo snap install hugo

- name: get packs
run: sudo apt-get install -y nodejs npm

- name: get wrangler
run: sudo npm i @cloudflare/wrangler -g
run: sudo npm install @cloudflare/wrangler -g --unsafe-perm=true --allow-root

- name: build
run: hugo
Expand Down

0 comments on commit a0a4947

Please sign in to comment.