Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
95a20df58b
|
|||
0452c5fcf0
|
|||
2636e42533
|
|||
1a09a51780
|
|||
beb80145a4
|
|||
0076cbb971
|
@@ -2,10 +2,12 @@
|
||||
name: Build and publish
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
type: string
|
||||
description: Semver to publish
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
@@ -33,4 +35,6 @@ jobs:
|
||||
run: npm run tsc
|
||||
|
||||
- name: Publish package
|
||||
run: npm publish
|
||||
run: |
|
||||
npm version ${{ inputs.version }} --allow-same-version --git-tag-version false
|
||||
npm publish
|
||||
|
@@ -58,6 +58,7 @@ figure[data-lang].big svg {
|
||||
max-height: none !important;
|
||||
} */
|
||||
|
||||
/* figure:is([data-lang='pikchr'], [data-lang='nomnoml'], [data-lang='bytefield']) svg text:not([fill^='var']) { */
|
||||
figure:is([data-lang='pikchr'], [data-lang='nomnoml'], [data-lang='bytefield']) svg text {
|
||||
fill: var(--theme-text-body);
|
||||
}
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@doc-utils/docs2website",
|
||||
"version": "0.1.10",
|
||||
"version": "0.2.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@doc-utils/docs2website",
|
||||
"version": "0.1.10",
|
||||
"version": "0.2.1",
|
||||
"dependencies": {
|
||||
"@doc-utils/color-themes": "^0.2.0",
|
||||
"@doc-utils/jsonschema2markdown": "^0.1.1",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@doc-utils/docs2website",
|
||||
"version": "0.1.10",
|
||||
"version": "0.2.1",
|
||||
"publishConfig": {
|
||||
"registry": "https://gitea.jbrumond.me/api/packages/doc-utils/npm/"
|
||||
},
|
||||
|
Reference in New Issue
Block a user