Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch1024 authored Jun 3, 2024
1 parent 462b5f4 commit ec074c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
with:
sparse-checkout: 'docs/'
sparse-checkout-cone-mode: false
path: '../'
- name: Test
run: |
ls -lah
Expand Down Expand Up @@ -66,7 +65,11 @@ jobs:
with:
cluster_name: ${{ secrets.GKE_CLUSTER }}
location: ${{ secrets.GKE_REGION }}


- name: Change to specified directory
working-directory: ./docs
run: |
echo "We are now in $(pwd)"
- name: Build and Push Docker Image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit ec074c5

Please sign in to comment.