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