Skip to content

Commit

Permalink
trying this
Browse files Browse the repository at this point in the history
  • Loading branch information
theguy951357 committed Jan 11, 2024
1 parent 994c0e0 commit 63da6f1
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/docsdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ on:

jobs:

release:
runs-on: ubuntu-latest
steps:
- name: Setup git
setup_git:
run: |
git config --global user.name "Gravitl"
git config --global user.email "[email protected]"
- name: Run Deploy
uses: gravitl/netmaker-devops/.github/workflows/deploydocs.yml@master
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: ${{ inputs.version }}
secrets: inherit
release:
uses: gravitl/netmaker-devops/.github/workflows/deploydocs.yml@master
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: ${{ inputs.version }}
secrets: inherit

0 comments on commit 63da6f1

Please sign in to comment.