Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
comp-sci-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
nguyed99
comp-sci-project
Commits
58c2d2b2
Commit
58c2d2b2
authored
1 year ago
by
nguyed99
Browse files
Options
Downloads
Patches
Plain Diff
Update CI to deploy webpage
parent
635c2419
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#58939
failed
1 year ago
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+7
-5
7 additions, 5 deletions
.gitlab-ci.yml
public/index.html
+0
-0
0 additions, 0 deletions
public/index.html
public/site.css
+0
-0
0 additions, 0 deletions
public/site.css
public/threebody.py
+0
-0
0 additions, 0 deletions
public/threebody.py
with
7 additions
and
5 deletions
.gitlab-ci.yml
+
7
−
5
View file @
58c2d2b2
...
...
@@ -30,12 +30,14 @@ test-tasks:
-
poetry run pytest tasks/tests/
pages
:
stage
:
build-page
stage
:
deploy
script
:
-
mkdir .public
-
cp -r website/* .public
-
echo 'Nothing to do but build a website...'
artifacts
:
paths
:
-
public
-
public
expire_in
:
1 day
only
:
-
main
\ No newline at end of file
-
main
rules
:
-
if
:
$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
This diff is collapsed.
Click to expand it.
website
/index.html
→
public
/index.html
+
0
−
0
View file @
58c2d2b2
File moved
This diff is collapsed.
Click to expand it.
website
/site.css
→
public
/site.css
+
0
−
0
View file @
58c2d2b2
File moved
This diff is collapsed.
Click to expand it.
website
/threebody.py
→
public
/threebody.py
+
0
−
0
View file @
58c2d2b2
File moved
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