Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
faang
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
18
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSE 391
24wi
faang
Commits
b29f901e
Verified
Commit
b29f901e
authored
1 year ago
by
Matthew Wang
Browse files
Options
Downloads
Patches
Plain Diff
Adds pages CI, `.gitignore`s `.DS_Store`
parent
cd9f6b43
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#575982
passed with stages
in 2 minutes and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci.yml
+20
-0
20 additions, 0 deletions
.gitlab-ci.yml
with
21 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
b29f901e
*.class
.DS_Store
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
0 → 100644
+
20
−
0
View file @
b29f901e
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment