We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0cce6 commit 7536e79Copy full SHA for 7536e79
.github/workflows/cd.yml
@@ -63,11 +63,11 @@ jobs:
63
# build our tailwind theme
64
hugo --minify
65
ls -la
66
- gsutil -m rsync -d -r ./public gs://api-platform-website-v3/
+ gsutil -q -m rsync -d -r ./public gs://api-platform-website-v3/
67
+ # This need to move to website
68
# env:
69
# GITHUB_KEY: ${{ secrets.CONTRIBUTORS_GITHUB_TOKEN }}
70
# NODE_OPTIONS: --openssl-legacy-provider
- # run: yarn gatsby build
71
72
# - name: Deploy
73
# uses: peaceiris/actions-gh-pages@v3
.github/workflows/ci.yml
@@ -12,8 +12,6 @@ jobs:
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v3
15
- with:
16
- fetch-depth: 0
17
18
- name: Lint
19
uses: github/super-linter/slim@v4
0 commit comments