update GitLab CI/CD yaml syntax (#1649)

This introduces more up-to-date syntax within some yaml snippets
This commit is contained in:
Andrew
2022-02-20 15:51:46 -08:00
committed by GitHub
parent 3568ddc039
commit 11946a2186
@@ -49,8 +49,8 @@ pages:
artifacts:
paths:
- public
only:
- master
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
{{< /code >}}
{{% note %}}