Skip to content

Commit

Permalink
Fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Dec 8, 2023
1 parent f0beea3 commit 9d0102e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate_api_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
input_string: ${{ github.event.inputs.tag }}
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
with:
token: ${{ secrets.DEV_GITHUB_TOKEN }}
Expand Down

0 comments on commit 9d0102e

Please sign in to comment.