summaryrefslogtreecommitdiff
path: root/.woodpecker.yml
AgeCommit message (Collapse)Author
2023-08-15Update CI configJustin Wernick
2023-06-13Remove NPM publishing from CI that doesn't work yetv1.1.0Justin Wernick
Error is that I need to login first. I'm not sure from docs how to actually authenticate based on a token. It would be nice to bring this back soon.
2023-06-13Rename NPM auth token to match NPM docsJustin Wernick
https://docs.npmjs.com/using-private-packages-in-a-ci-cd-workflow#set-the-token-as-an-environment-variable-on-the-cicd-server It still isn't clear from the docs if this is enough.
2023-06-13Add an NPM publish step to the CI pipelineJustin Wernick
The docs for the authentication on the publish step weren't super clear, so this might not work right initially.
2023-06-13Try eliminating the need for cargo-script in updating pagesJustin Wernick
The docker container doesn't have cargo-script installed. This should be more efficient since it doesn't build cargo-script from source.
2023-06-13Add a script to update the index file with the new docsJustin Wernick
2023-06-12First attempts at docs publishing from CIJustin Wernick
2023-06-04Restructure test orderJustin Wernick
- Use pretest to run linting - Run tests before audit in CI
2023-06-04Install deps before running auditJustin Wernick
2023-06-04Add audit step to the pipelineJustin Wernick
2023-05-23Add a Woodpecker CI configJustin Wernick