Skip to content

Commit 3a7f3f8

Browse files
committed
releas switched to release branch
1 parent 8b2c40b commit 3a7f3f8

File tree

4 files changed

+4
-144
lines changed

4 files changed

+4
-144
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Deploy Static Site to GitHub Pages
33
on:
44
push:
55
branches:
6-
- master
6+
- release
77
pull_request:
88
branches:
9-
- master
9+
- release
1010

1111
jobs:
1212
# This single job handles installing dependencies, generating the static site, and deploying it.

nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const currentDir = dirname(fileURLToPath(import.meta.url));
66

77
//const base = process.env.NUXT_APP_BASE_URL || '/comforterpdocsnuxt/';
88

9-
console.log('>>> BASE_URL at build time:', process.env.BASE_URL);
10-
console.log('>>> NUXT_APP_BASE_URL at build time:', process.env.NUXT_APP_BASE_URL);
9+
//console.log('>>> BASE_URL at build time:', process.env.BASE_URL);
10+
//console.log('>>> NUXT_APP_BASE_URL at build time:', process.env.NUXT_APP_BASE_URL);
1111

1212

1313
export default defineNuxtConfig({

workflow_back/ci.yml

Lines changed: 0 additions & 103 deletions
This file was deleted.

workflow_back/deploy.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)