New Deploy & Fix Sitemap on Robots.txt

This commit is contained in:
AnotherFrench 2024-08-06 00:43:45 +02:00
parent f854e7efd2
commit d9a99c24ac
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -2,4 +2,4 @@ User-agent: *
Allow: / Allow: /
Disallow: /api/ Disallow: /api/
Sitemap: https://ninjin.eu.org Sitemap: https://ninjin.eu.org/sitemap.xml