Skip to content

Commit

Permalink
+full gitlab CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Jan 5, 2021
1 parent 1bb45c6 commit 4cbc6dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FranklinTemplates"
uuid = "3a985190-f512-4703-8d38-2a7944ed5916"
authors = ["Thibaut Lienart <[email protected]>"]
version = "0.8.9"
version = "0.8.10"

This comment has been minimized.

Copy link
@tlienart

tlienart Jan 5, 2021

Author Owner

[deps]
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
Expand Down
6 changes: 4 additions & 2 deletions src/templates/common/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
image: julia:1.5

before_script:
- apt-get -qq update; apt-get -y install git python-dev

- apt-get -qq update; apt-get -y install git python3-dev python3-pip
- pip3 install css-html-js-minify

pages:
stage: deploy
script:
Expand All @@ -16,3 +17,4 @@ pages:
- public
only:
- master

1 comment on commit 4cbc6dc

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/27355

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.10 -m "<description of version>" 4cbc6dc68abd1d6eaf08067b4156c51a73d1d8ff
git push origin v0.8.10

Please sign in to comment.