diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..936bf5a --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -0,0 +1,38 @@ +name: Deploy website to alys.phundrak.com +on: + push: + branches: [main] + workflow_dispatch: + +concurrency: + group: deploy + cancel-in-progress: false + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Setup Node + uses: actions/setup-node@v4 + with: + node-version: 18.x + - name: Enable corepack and yarn + run: corepack enable + - name: Install dependencies + run: yarn install --frozen-lockfile + - name: Build with VitePress + run: yarn build + - name: Deploy on the web + uses: appleboy/scp-action@v0.1.7 + with: + host: ${{ secrets.HOST }} + username: ${{ secrets.USERNAME }} + key: ${{ secrets.KEY }} + port: ${{ secrets.PORT }} + source: docs/.vitepress/dist/* + target: ${{ secrets.DESTPATH }} + strip_components: 3 diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index bad3b69..79ddcf2 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -11,7 +11,7 @@ export default defineConfig({ lastUpdated: true, themeConfig: { editLink: { - pattern: 'https://labs.phundrak.com/phundrak/auie/src/branch/main/:path', + pattern: 'https://labs.phundrak.com/ALYS/alys.phundrak.com/src/branch/main/docs/:path', }, nav: [ { text: 'Home', link: '/' }, diff --git a/docs/.vitepress/head.ts b/docs/.vitepress/head.ts index 91cfc02..ce62e0e 100644 --- a/docs/.vitepress/head.ts +++ b/docs/.vitepress/head.ts @@ -1,20 +1,3 @@ -// -// -// -// -// -// -// -// -// -// -// -// -// -// -// -// -// interface Head { rel: 'apple-touch-icon' | 'icon'; sizes: string; diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts new file mode 100644 index 0000000..1fb1120 --- /dev/null +++ b/docs/.vitepress/sidebar.ts @@ -0,0 +1,10 @@ +export default sidebar = [ + { + text: 'Téléchargements', + items: [ + { text: 'Alter/Ego', link: '/download#alter-ego' }, + { text: 'UTAU', link: '/download#utau' }, + { text: 'DiffSinger', link: '/download#diffsinger-pour-openutau' }, + ], + }, +]; diff --git a/docs/download.md b/docs/download.md index 378ceb0..3423ced 100644 --- a/docs/download.md +++ b/docs/download.md @@ -94,4 +94,8 @@ Leur téléchargement se fait via l’onglet *Releases* de la page des sources de chacune des banques vocales. Vous pouvez télécharger soit l’archive zip, soit l’archive tar.gz. -## DiffSinger pour OpenUTAU +## DiffSinger +[ALYS pour DiffSinger](https://www.alys.utaufrance.com/) est +développée et distribuée par [UtauFrance](https://utaufrance.com/). +DiffSinger est utilisable sous OpenUTAU. Sa banque vocale est capable +de chanter en français, japonais et anglais. diff --git a/info.md b/info.md new file mode 100644 index 0000000..aabeba4 --- /dev/null +++ b/info.md @@ -0,0 +1,5 @@ +--- +outline: deep +--- + +# Informations