Skip to content

Commit

Permalink
Merge pull request #140 from gravitl/NET-835
Browse files Browse the repository at this point in the history
move to github output
  • Loading branch information
theguy951357 authored Jan 18, 2024
2 parents 5c584b3 + fdf55bd commit f41407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploydocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cp ./devops/netmaker-docs/Dockerfile.clearbit ./netmaker-docs
cp ./devops/netmaker-docs/mod-html.sh ./netmaker-docs
sed -i "s|REPLACETHISTHING|${{ secrets.CLEAR_BIT_ADDR }}|g" ./netmaker-docs/mod-html.sh
echo "TAG_NAME=v$(cat ./netmaker-docs/conf.py | grep release | awk '{print$3;exit}' | tr -d "'")"
echo "TAG_NAME=v$(cat ./netmaker-docs/conf.py | grep release | awk '{print$3;exit}' | tr -d "'")" >> $GITHUB_OUTPUT
id: version
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit f41407c

Please sign in to comment.