Skip to content

Commit

Permalink
Update dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep authored Jan 27, 2024
1 parent 94104e0 commit 0b720d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
fi
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set Up Node.js
uses: actions/setup-node@v3
Expand All @@ -47,4 +49,5 @@ jobs:
run: |
pwd
ls
gcloud app deploy ./out/app.yaml
cd out && ls
gcloud app deploy app.yaml

0 comments on commit 0b720d7

Please sign in to comment.