Archived
3
0
Fork 0

gitlab pages didn't work

This commit is contained in:
Maximous Black 2020-05-09 23:43:47 +05:30
parent 885f103c8e
commit f45d23de84
2 changed files with 1 additions and 19 deletions

View file

@ -1,18 +0,0 @@
# This file is a template, and might need editing before it works on your project.
image: node:latest
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
paths:
- node_modules/
pages:
script:
- npm install
- npm run build
artifacts:
paths:
- public
only:
- master

View file

@ -1,7 +1,7 @@
module.exports = {
title: "Piracy",
description: "It's illegal cuz they can't tax you!",
dest: "public",
dest: "dist",
head: [
["link", { rel: "icon", href: "/favicon.ico" }],
["meta", { name: "theme-color", content: "#3eaf7c" }],