Update pipeline

This commit is contained in:
Luke D. Jones
2023-06-26 13:54:07 +12:00
parent 0122138b3b
commit fca7d23a31

View File

@@ -62,7 +62,7 @@ release:
- make && make vendor
artifacts:
paths:
- vendor_asusctl_*.tar.xz
- vendor_asusctl*.tar.xz
- cargo-config
pages:
@@ -75,7 +75,7 @@ pages:
- rm -rf public
- mkdir public
- cp -R target/doc/* public
- cp misc/index.html public
- cp extra/index.html public
artifacts:
paths:
- public