Compare commits
1 Commits
release-00
...
release-27
Author | SHA1 | Date | |
---|---|---|---|
27b926349a |
@@ -21,8 +21,6 @@ test:
|
|||||||
- yarn
|
- yarn
|
||||||
script:
|
script:
|
||||||
- yarn test
|
- yarn test
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: node:20
|
image: node:20
|
||||||
@@ -41,8 +39,6 @@ build:
|
|||||||
expire_in: 1d
|
expire_in: 1d
|
||||||
reports:
|
reports:
|
||||||
dotenv: job.env
|
dotenv: job.env
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli
|
image: registry.gitlab.com/gitlab-org/release-cli
|
||||||
@@ -62,6 +58,4 @@ release:
|
|||||||
assets:
|
assets:
|
||||||
links:
|
links:
|
||||||
- name: "caldwell-59.zip"
|
- name: "caldwell-59.zip"
|
||||||
url: "https://git.karaolidis.com/karaolidis/caldwell-59/-/jobs/$JOB_ID/artifacts/raw/dist/caldwell-59.zip"
|
url: "https://git.karaolidis.com/karaolidis/caldwell-59/-/jobs/$JOB_ID/artifacts/raw/caldwell-59.zip"
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
|
@@ -11,14 +11,6 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-article-meta>*+ :not(script)::before {
|
|
||||||
background-color: var(--color-secondary-text);
|
|
||||||
border-radius: 50%;
|
|
||||||
content: "";
|
|
||||||
height: 2px;
|
|
||||||
width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gh-article-title {
|
.gh-article-title {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
2
post.hbs
2
post.hbs
@@ -18,8 +18,10 @@
|
|||||||
<span class="gh-article-meta">
|
<span class="gh-article-meta">
|
||||||
{{#if primary_tag}}
|
{{#if primary_tag}}
|
||||||
<a class="gh-article-tag" href="{{primary_tag.url}}">{{primary_tag.name}}</a>
|
<a class="gh-article-tag" href="{{primary_tag.url}}">{{primary_tag.name}}</a>
|
||||||
|
—
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<span>{{reading_time}}</span>
|
<span>{{reading_time}}</span>
|
||||||
|
—
|
||||||
<time datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
|
<time datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user