TrueBlocks / trueblocks-docs

Home Page:https://trueblocks.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate out deploy and build from the git-action

tjayrush opened this issue · comments

We want to be able to rebuild the site, but not deploy it when a PR is made to the develop branch.

Then, we also want to run the link-checker action.

If we make a PR from the develop branch to the main branch, we want to (a) build, (b) link check, and only then (c) deploy.

The way it currently works is only on main and it link checks only after it deploys.