Skip to content
Snippets Groups Projects
Commit 811cc1bf authored by Marcel Amirault's avatar Marcel Amirault
Browse files

Merge branch 'cjcharles-main-patch-09820' into 'main'

Update README.md to main branch rather than master!

See merge request pages/plain-html!239
parents f8ee116a 25221ee9
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ This project's static Pages are built by [GitLab CI][ci], following the steps
defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
```
image: alpine:latest
image: busybox
pages:
stage: deploy
......@@ -31,8 +31,9 @@ pages:
artifacts:
paths:
- public
only:
- master
expire_in: 1 day
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
```
The above example expects to put all your HTML files in the `public/` directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment