Skip to content

Commit

Permalink
setup go on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Jan 23, 2024
1 parent cc88f25 commit 011a060
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
- name: Deploy 🚀
run: python3 -m mkdocs gh-deploy --force --remote-branch ${{ steps.branch_check.outputs.env_name }}

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.18.0'

- name: Deploy Colabs from google-colab directory 🚀
run: |
# Access google-colab folder
Expand Down

0 comments on commit 011a060

Please sign in to comment.