Skip to content

Commit 5559989

Browse files
committed
fix(gh-pages): Try to fix the github pages
Updates are currently pushed to examples/ instead onto the root of the gh-pages repo
1 parent fb688e4 commit 5559989

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.drone.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ steps:
4040
- name: publish-gh-pages
4141
image: plugins/gh-pages
4242
settings:
43-
pages_directory: examples/
43+
pages_directory: examples
44+
copy_contents: "true"
4445
username: x-oauth-basic
4546
password:
4647
from_secret: GH_TOKEN
@@ -52,6 +53,6 @@ trigger:
5253
event: [push, tag, pull_request]
5354
---
5455
kind: signature
55-
hmac: fbd7cb3397c4f9cd9376301fbb2a72e10367cfeec9432c4c2098b2b1f0430f7e
56+
hmac: a95440bc33cbbf31ecf9ef2668fb861890ff029ece436be4ddc6e10099b8a797
5657

5758
...

0 commit comments

Comments
 (0)