Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rob Styles
eleventy-blog
Commits
2e9ca3cb
Commit
2e9ca3cb
authored
Feb 08, 2021
by
Rob Styles
Browse files
try pages deploy
parent
83246acd
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
2e9ca3cb
stages
:
-
build
-
deploy
eleventy
:
stage
:
build
image
:
node:lts-buster
cache
:
key
:
"
$CI_JOB_NAME"
paths
:
-
node_modules/
script
:
-
yarn install
-
yarn build
artifacts
:
paths
:
-
public/
only
:
-
main
pages
:
stage
:
deploy
script
:
-
echo 'Nothing to do...'
artifacts
:
paths
:
-
public
expire_in
:
1 day
only
:
-
main
package.json
View file @
2e9ca3cb
...
...
@@ -4,5 +4,9 @@
"
entities
"
:
"
^2.2.0
"
,
"
moment
"
:
"
^2.29.1
"
,
"
xml-reader
"
:
"
^2.4.3
"
},
"scripts"
:
{
"build"
:
"npx @11ty/eleventy"
,
"serve"
:
"npx @11ty/eleventy --serve"
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment