mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 10:02:12 +00:00
Compare commits
6 Commits
cfb629dcfb
...
c9472e10be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9472e10be | ||
|
|
2e3b22c5fa | ||
|
|
42b968372b | ||
|
|
415e7b492f | ||
|
|
2ea8e46723 | ||
|
|
977c6c6dde |
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@@ -8,12 +8,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 24
|
||||||
cache: npm
|
cache: npm
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
gpx/package-lock.json
|
gpx/package-lock.json
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
npm run build --prefix website
|
npm run build --prefix website
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: 'website/build/'
|
path: 'website/build/'
|
||||||
|
|
||||||
|
|||||||
@@ -29,11 +29,11 @@ Soubory můžete také přetáhnout přímo ze souborového systému do okna.
|
|||||||
|
|
||||||
Vytvořit kopii aktuálně vybraných souborů.
|
Vytvořit kopii aktuálně vybraných souborů.
|
||||||
|
|
||||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Smazat
|
||||||
|
|
||||||
Smazat aktuálně vybrané soubory.
|
Smazat aktuálně vybrané soubory.
|
||||||
|
|
||||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete all
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Smazat vše
|
||||||
|
|
||||||
Smazat všechny soubory.
|
Smazat všechny soubory.
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import { languages } from '$lib/languages';
|
import { languages } from '../languages';
|
||||||
|
|
||||||
function localizeManifest(manifestTemplateData: any, language: string) {
|
function localizeManifest(manifestTemplateData: any, language: string) {
|
||||||
const localizedManifestFile = `static/${language}.manifest.webmanifest`;
|
const localizedManifestFile = `static/${language}.manifest.webmanifest`;
|
||||||
|
|||||||
Reference in New Issue
Block a user