mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 13:54:49 -06:00
actions: Fixes to the github actions script.
This commit is contained in:
parent
79d391b22a
commit
2b51ca00d0
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -36,11 +36,12 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
bash ./marsh build --markdown="tools/local/bin/markdown"
|
||||
tar cvzf HandBrake_Documentation.tar.gz public/
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: docs
|
||||
path: public/
|
||||
path: HandBrake_Documentation.tar.gz
|
||||
|
||||
|
||||
publish:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user