mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
Fix docs generation
This commit is contained in:
5
.github/workflows/generate_api_pages.yml
vendored
5
.github/workflows/generate_api_pages.yml
vendored
@@ -19,6 +19,11 @@ jobs:
|
|||||||
input_string: ${{ github.event.inputs.tag }}
|
input_string: ${{ github.event.inputs.tag }}
|
||||||
version_extractor_regex: '\/v(.*)$'
|
version_extractor_regex: '\/v(.*)$'
|
||||||
|
|
||||||
|
- name: set git user
|
||||||
|
run: |
|
||||||
|
git config --global user.email "dev@netbird.io"
|
||||||
|
git config --global user.name "netbirddev"
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DEV_GITHUB_TOKEN }}
|
token: ${{ secrets.DEV_GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user