summaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Updated the minimum required Hugo version to 0.114.0Serghei Iakovlev2024-04-072-2/+2
|
* Amend testsSerghei Iakovlev2024-04-071-1/+1
|
* Audit packagesSerghei Iakovlev2024-04-071-0/+3
|
* Update workflows/jobs namesSerghei Iakovlev2024-04-072-4/+4
|
* Add support of E2E tests using PlaywrightSerghei Iakovlev2024-04-071-0/+62
|
* Use latest ubuntu on CI, as well as node cacheSerghei Iakovlev2024-04-072-8/+12
|
* Rename master branch to mainSerghei Iakovlev2024-04-062-5/+5
|
* Use latest LTS Node.js versionSerghei Iakovlev2024-04-062-5/+5
|
* Bump peaceiris/actions-hugo from 2 to 3dependabot[bot]2024-04-061-1/+1
| | | | | | | | | | | | | | | Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 2 to 3. - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v2...v3) --- updated-dependencies: - dependency-name: peaceiris/actions-hugo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/cache from 3 to 4dependabot[bot]2024-02-081-1/+1
| | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github/codeql-action from 2 to 3dependabot[bot]2024-02-081-3/+3
| | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/setup-node from 3 to 4dependabot[bot]2023-10-232-2/+2
| | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/checkout from 3 to 4dependabot[bot]2023-09-092-2/+2
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/cache from 2 to 3dependabot[bot]2022-07-291-1/+1
| | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix GH workflow to run CodeQL AnalyzeSerghei Iakovlev2022-07-291-17/+39
|
* Grant permissions for CodeQL workflowSerghei Iakovlev2022-07-271-5/+21
|
* Fix main branch nameSerghei Iakovlev2022-07-271-2/+2
|
* Add CodeQL analysis to GH workflowsSerghei Iakovlev2022-07-271-0/+47
|
* Remove no longer needed cd workflowSerghei Iakovlev2022-05-271-42/+0
|
* Specify Hugo min versionSerghei Iakovlev2022-05-151-1/+1
|
* Update CI step to build local siteSerghei Iakovlev2022-04-291-1/+1
|
* Use extended Hugo versionSerghei Iakovlev2022-04-291-0/+1
|
* Improve Build & DeploySerghei Iakovlev2022-04-291-7/+5
|
* Fix copying source deploy directorySerghei Iakovlev2022-04-291-1/+1
|
* Change deploy directorySerghei Iakovlev2022-04-291-5/+3
|
* Verify buildSerghei Iakovlev2022-04-291-0/+4
|
* Fix source directory to deploy to GitHub PagesSerghei Iakovlev2022-04-291-1/+1
|
* Fix token name to deploy siteSerghei Iakovlev2022-04-291-1/+1
|
* Remove tracking for exampleSite branchSerghei Iakovlev2022-04-292-4/+0
|
* Setup Build GH-PagesSerghei Iakovlev2022-04-291-0/+44
|
* Add branch to trigger CSSerghei Iakovlev2022-04-291-0/+1
|
* Setup code lintingSerghei Iakovlev2022-04-251-18/+9
|
* Add initial GH workflow configSerghei Iakovlev2022-04-231-0/+46