mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-13 11:04:47 -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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
bash ./marsh build --markdown="tools/local/bin/markdown"
|
bash ./marsh build --markdown="tools/local/bin/markdown"
|
||||||
|
tar cvzf HandBrake_Documentation.tar.gz public/
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: docs
|
name: docs
|
||||||
path: public/
|
path: HandBrake_Documentation.tar.gz
|
||||||
|
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user