Skip to content

Migrate renovate config (#108) #106

Migrate renovate config (#108)

Migrate renovate config (#108) #106

Workflow file for this run

# This file was generated by Project Manager.
{"concurrency":{"cancel-in-progress":false,"group":"pages"},"jobs":{"build":{"runs-on":"ubuntu-24.04","steps":[{"name":"Checkout","uses":"actions/checkout@v4"},{"name":"Setup Pages","uses":"actions/configure-pages@v4"},{"uses":"cachix/install-nix-action@v24","with":{"extra_nix_config":"extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=\nextra-substituters = https://cache.garnix.io\n"}},{"run":"nix build .#docs-html\ncp -r result/share/doc/project-manager ./_site\n"},{"name":"Upload artifact","uses":"actions/upload-pages-artifact@v2"}]},"deploy":{"environment":{"name":"github-pages","url":"${{ steps.deployment.outputs.page_url }}"},"needs":"build","runs-on":"ubuntu-24.04","steps":[{"id":"deployment","name":"Deploy to GitHub Pages","uses":"actions/deploy-pages@v3"}]}},"name":"Deploy generated docs to Pages","on":{"push":{"branches":["main"]},"workflow_dispatch":{}},"permissions":{"contents":"read","id-token":"write","pages":"write"}}