Compare commits

..

No commits in common. "master" and "v0.1.11" have entirely different histories.

4 changed files with 9 additions and 14 deletions

View File

@ -2,12 +2,10 @@
name: Build and publish
on:
workflow_dispatch:
inputs:
version:
type: string
description: Semver to publish
required: true
- workflow_dispatch
# push:
# branches:
# - master
jobs:
build-and-publish:
@ -35,6 +33,4 @@ jobs:
run: npm run tsc
- name: Publish package
run: |
npm version ${{ inputs.version }} --allow-same-version --git-tag-version false
npm publish
run: npm publish

View File

@ -58,8 +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 {
figure:is([data-lang='pikchr'], [data-lang='nomnoml'], [data-lang='bytefield']) svg text:not([fill^='var']) {
fill: var(--theme-text-body);
}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@doc-utils/docs2website",
"version": "0.2.1",
"version": "0.1.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@doc-utils/docs2website",
"version": "0.2.1",
"version": "0.1.11",
"dependencies": {
"@doc-utils/color-themes": "^0.2.0",
"@doc-utils/jsonschema2markdown": "^0.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "@doc-utils/docs2website",
"version": "0.2.1",
"version": "0.1.11",
"publishConfig": {
"registry": "https://gitea.jbrumond.me/api/packages/doc-utils/npm/"
},