mirror of
https://github.com/DBNinjin/Ninjin.Web.v2.git
synced 2025-06-27 18:31:55 +00:00
New Deploy & Fix Sitemap on Robots.txt
This commit is contained in:
parent
f854e7efd2
commit
d9a99c24ac
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -20,7 +20,9 @@ jobs:
|
|||||||
cache: npm
|
cache: npm
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: build
|
- name: Create Folder for Pre-Build
|
||||||
|
run: mkdir -p build
|
||||||
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
npm run build
|
npm run build
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
@ -40,4 +42,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
@ -2,4 +2,4 @@ User-agent: *
|
|||||||
Allow: /
|
Allow: /
|
||||||
Disallow: /api/
|
Disallow: /api/
|
||||||
|
|
||||||
Sitemap: https://ninjin.eu.org
|
Sitemap: https://ninjin.eu.org/sitemap.xml
|
Loading…
x
Reference in New Issue
Block a user