Skip to content

Commit 7536e79

Browse files
committed
chore: gsutil quiet mode
should speed things up
1 parent 2c0cce6 commit 7536e79

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
# build our tailwind theme
6464
hugo --minify
6565
ls -la
66-
gsutil -m rsync -d -r ./public gs://api-platform-website-v3/
66+
gsutil -q -m rsync -d -r ./public gs://api-platform-website-v3/
67+
# This need to move to website
6768
# env:
6869
# GITHUB_KEY: ${{ secrets.CONTRIBUTORS_GITHUB_TOKEN }}
6970
# NODE_OPTIONS: --openssl-legacy-provider
70-
# run: yarn gatsby build
7171
7272
# - name: Deploy
7373
# uses: peaceiris/actions-gh-pages@v3

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
15-
with:
16-
fetch-depth: 0
1715

1816
- name: Lint
1917
uses: github/super-linter/slim@v4

0 commit comments

Comments
 (0)