Skip to content

Commit

Permalink
Merge branch 'main' into wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Nov 23, 2023
2 parents 37ea1c6 + 198e23b commit 64fbfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/godoc_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Generate the documentation
mkdir -p _generated_documentation
curl -sSf http://localhost:6060/pkg/ > _generated_documentation/index.html
curl -sSf http://localhost:6060/pkg/github.com/${{ github.repository }} > _generated_documentation/index.html
- name: Upload Documentation Preview
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 64fbfe8

Please sign in to comment.