Skip to content

Commit

Permalink
move to github output
Browse files Browse the repository at this point in the history
  • Loading branch information
theguy951357 committed Jan 18, 2024
1 parent d2b198b commit fdf55bd
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 fdf55bd

Please sign in to comment.