mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
Improve readability
This commit is contained in:
parent
a569138180
commit
182b82ca07
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user