Skip to content

Commit

Permalink
correct deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rtertiaer committed Jul 3, 2024
1 parent df3961a commit 635f3e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: 'Set up gcloud'
uses: 'google-github-actions/setup-gcloud@v2'
- name: Build & deploy site
steps:
- run: apt install hugo
- run: hugo
- run: hugo deploy
- run: gcloud compute url-maps invalidate-cdn-cache blog-prod --path "/*" --async
run: |
sudo apt install hugo
hugo
hugo deploy
gcloud compute url-maps invalidate-cdn-cache blog-prod --path "/*" --async

0 comments on commit 635f3e2

Please sign in to comment.