forked from lthn/blockchain
Update action.yml
This commit is contained in:
parent
9507316f69
commit
f93ab75384
1 changed files with 1 additions and 16 deletions
17
.github/actions/make-docs/action.yml
vendored
17
.github/actions/make-docs/action.yml
vendored
|
|
@ -1,19 +1,6 @@
|
|||
# .github/actions/upload-artifacts/action.yml
|
||||
# .github/actions/make-docs/action.yml
|
||||
name: 'Build Documentation'
|
||||
description: 'Archives and uploads signed binaries to a GitHub release'
|
||||
#inputs:
|
||||
# chain-network:
|
||||
# required: true
|
||||
# description: 'The chain network name to use in filenames, mainnet or testnet'
|
||||
# assets:
|
||||
# description: "A EOL separated string list of filenames to archive; if asset is a abs path, it's respected"
|
||||
# required: false
|
||||
# asset-type:
|
||||
# required: true
|
||||
# description: 'The asset type: cli, gui, ANYTHING; used as a separator for different release packages for the same arch'
|
||||
# asset-directory:
|
||||
# required: true
|
||||
# description: "The directory where 7z's working dir will be set"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
|
@ -33,5 +20,3 @@ runs:
|
|||
run: |
|
||||
sudo apt-get install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev pngquant
|
||||
- run: pip install mkdocs-git-revision-date-localized-plugin cairosvg mkdocs-git-committers-plugin-2 mkdocs-git-authors-plugin mkdocs-material[imaging]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue