Skip to content
Snippets Groups Projects
Verified Commit 9619b2dd authored by Lucy ⁢'s avatar Lucy ⁢
Browse files

ci: fix ci

parent 00647b8f
No related branches found
No related tags found
No related merge requests found
Pipeline #195159 passed
...@@ -7,7 +7,7 @@ pages: ...@@ -7,7 +7,7 @@ pages:
image: node:latest image: node:latest
script: script:
- mkdir -p public - mkdir -p public
- cp ./index.html ./public/index.html - cp ./*.html ./public/
- cp -R ./assets ./public/assets - cp -R ./assets ./public/assets
- npm i - npm i
- npx tailwindcss -i ./index.pre.css -o ./public/index.css - npx tailwindcss -i ./index.pre.css -o ./public/index.css
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment