Improve readability

This commit is contained in:
Daniel Lindmark 2024-05-20 18:24:21 -05:00
parent a569138180
commit 182b82ca07

View File

@ -32,11 +32,11 @@ jobs:
# Run the py-allspice self-test script, this will ping the server and verify the API is working
# Parameters: ${github.server_url} and ${github.token} are automatic Workflow variables and are used to authenticate the AllSpice API
- name: "[🔑->🕸️] Show py-allspice documentation"
- name: "[🔑->🕸️] Run py-allspice-documentation.py"
run: python .allspice/utils/py-allspice-documentation.py --allspice_hub_url ${{ github.server_url }} --allspice_token ${{ github.token }}
# Print the documentation file to the terminal
- name: Show py-allspice documentation 🔎
- name: Show repository attributes 🔎
run: cat py-allspice-documentation.md
# Archive the netlist file as an artifact file