We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ce2c1 commit b8485f7Copy full SHA for b8485f7
1 file changed
.gitlab-ci.yml
@@ -1,9 +1,9 @@
1
# The Docker image that will be used to build your app
2
image: leanprovercommunity/lean:debian
3
create-pages:
4
- pages:
+ pages: true
5
# The folder that contains the files to be exposed at the Page URL
6
- publish: public
+ # publish: public
7
rules:
8
# This ensures that only pushes to the default branch will trigger
9
# a pages deploy
0 commit comments