Skip to content
Snippets Groups Projects
Verified Commit b29f901e authored by Matthew Wang's avatar Matthew Wang
Browse files

Adds pages CI, `.gitignore`s `.DS_Store`

parent cd9f6b43
No related branches found
No related tags found
No related merge requests found
Pipeline #575982 passed with stages
in 2 minutes and 58 seconds
*.class
.DS_Store
image: eclipse-temurin:11
pages:
tags:
- Pages
only:
- main
script:
- javac *.java
- java GenerateSite
- mkdir public
- mv index.html public
- mv assets public
- mv fonts public
- mv images public
- mv products public
- mv staff public
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment