Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Mar 21, 2022
1 parent a78ee5c commit 167d1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
hugo-version: '0.91.2'

- name: Build
run: cd doc && sh ./build.sh
run: cd doc && ./build.sh
- id: 'auth'
uses: 'google-github-actions/auth@v0'
with:
Expand Down
2 changes: 1 addition & 1 deletion doc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RESET='\033[0m'
HOST=https://gqlgen.com

VERSIONS_ARRAY=(
'v0.0.83',
'v0.0.83'
'origin/main'
)

Expand Down

0 comments on commit 167d1f3

Please sign in to comment.