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
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -20,7 +20,9 @@ jobs:
|
||||
cache: npm
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: build
|
||||
- name: Create Folder for Pre-Build
|
||||
run: mkdir -p build
|
||||
- name: Build
|
||||
run: |
|
||||
npm run build
|
||||
- name: Upload Artifacts
|
||||
|
@ -2,4 +2,4 @@ User-agent: *
|
||||
Allow: /
|
||||
Disallow: /api/
|
||||
|
||||
Sitemap: https://ninjin.eu.org
|
||||
Sitemap: https://ninjin.eu.org/sitemap.xml
|
Loading…
x
Reference in New Issue
Block a user