Skip to content

Commit

Permalink
fix(gh-pages): Try to fix the github pages
Browse files Browse the repository at this point in the history
Updates are currently pushed to examples/ instead onto the root of the gh-pages repo
  • Loading branch information
marcbachmann committed Dec 27, 2023
1 parent fb688e4 commit 5559989
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone.yml
Expand Up @@ -40,7 +40,8 @@ steps:
- name: publish-gh-pages
image: plugins/gh-pages
settings:
pages_directory: examples/
pages_directory: examples
copy_contents: "true"
username: x-oauth-basic
password:
from_secret: GH_TOKEN
Expand All @@ -52,6 +53,6 @@ trigger:
event: [push, tag, pull_request]
---
kind: signature
hmac: fbd7cb3397c4f9cd9376301fbb2a72e10367cfeec9432c4c2098b2b1f0430f7e
hmac: a95440bc33cbbf31ecf9ef2668fb861890ff029ece436be4ddc6e10099b8a797

...

0 comments on commit 5559989

Please sign in to comment.