This commit is contained in:
tree 2022-01-01 07:37:20 +01:00
rodič 19a48ae75c
revize 6318b363e2
2 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

@ -19,7 +19,7 @@ jobs:
deno-version: v1.x
- name: Build sources
run: deno run --allow-read --allow-write scripts/build.js
run: deno run --unstable --allow-read --allow-write scripts/build.js
- name: Add custom domain
run: "touch dist/CNAME && echo \"spec.utxo.cz\" >> dist/CNAME"

Zobrazit soubor

@ -1,5 +1,5 @@
import { ensureDir } from "https://deno.land/std/fs/mod.ts";
import { copy } from "https://deno.land/std/fs/copy.ts";
import { ensureDir } from "https://deno.land/std@0.119.0/fs/mod.ts";
import { copy } from "https://deno.land/std@0.119.0/fs/copy.ts";
import { load } from 'https://deno.land/x/js_yaml_port/js-yaml.js'
const srcDir = './src'