Skip to content

Commit 7773443

Browse files
Merge pull request #25 from LedgerHQ/fbe/dont_force_gh_deploy
Don't use --force anymore to deploy doc website
2 parents d993caa + 4f77fe2 commit 7773443

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish_doc_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939

4040
- name: Deploy docs
4141
run: |
42-
mkdocs gh-deploy --force
42+
mkdocs gh-deploy
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ethereum-plugin-sdk.ledger.com

0 commit comments

Comments
 (0)