Skip to content

Commit

Permalink
🔧 Clone docs repo from https vs ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
cif committed Nov 16, 2022
1 parent db2b576 commit 3c0d667
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Publish Docs
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
GIT_DOCS: https://github.com/Mintbase/gitbook-docs.git
GIT_TAG: ${{ github.event.release.tag_name }}
USE_MAIN: ${{ github.event.action == 'released' && 'true' || 'false'}}
run: npm run docs
2 changes: 0 additions & 2 deletions docs/publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

GIT_DOCS=git@github.com:Mintbase/gitbook-docs.git

rm -rf gitbook-docs/

git clone $GIT_DOCS
Expand Down

0 comments on commit 3c0d667

Please sign in to comment.