Skip to content

Commit

Permalink
gci: Add push permission to the docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Feb 15, 2024
1 parent 358c59c commit 24dcdc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
env:
DOCSBRANCH: "gh-pages"
DOCSREMOTE: "origin"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
rm libs/gl-client-py/glclient/*.pyi
PATH=$(pwd)/.venv/bin:$PATH make docs
2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ site_url: https://blockstream.github.io/greenlight/
docs_dir: src
repo_url: https://github.com/Blockstream/greenlight
edit_uri: tree/main/docs/src

plugins:
- social
- redirects:
redirect_maps:
'reference/partner-certs.md': 'getting-started/certs.md'

markdown_extensions:
- admonition
- attr_list
Expand Down

0 comments on commit 24dcdc0

Please sign in to comment.