mirror of
https://github.com/tiennm99/tiennm99.github.io.git
synced 2026-09-02 10:20:25 +00:00
feat: gitlab pages
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
image: alpine:latest
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo 'Deploying to GitLab Pages...'
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- main
|
||||
Reference in New Issue
Block a user