Skip to content

Commit

Permalink
append to gh output
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 21, 2024
1 parent 9c018e9 commit 6cfb882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
import os
lib_name = "${{ github.repository }}".split("/")[1]
with open(os.environ.get("GITHUB_OUTPUT")) as gh_out:
with open(os.environ.get("GITHUB_OUTPUT"), "a") as gh_out:
gh_out.write(f"lib-name={lib_name}\n")
- name: Upload docs build as artifact
Expand Down

0 comments on commit 6cfb882

Please sign in to comment.