Closed tong closed 1 year ago
Updates the workflow actions to the latest versions. This is especially important for actions/checkout, see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Also adds the single-commit flag to the deploy-api-docs workflow to not store the history in the gh-pages branch. Note: This will also wipe the existing gh-pages history.
single-commit
Updates the workflow actions to the latest versions. This is especially important for actions/checkout, see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Also adds the
single-commit
flag to the deploy-api-docs workflow to not store the history in the gh-pages branch. Note: This will also wipe the existing gh-pages history.