diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6fac23d..d3e7149 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -40,4 +42,4 @@ jobs: steps: - name: Deploy id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4 diff --git a/static/robots.txt b/static/robots.txt index 5252a1d..11573a7 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -2,4 +2,4 @@ User-agent: * Allow: / Disallow: /api/ -Sitemap: https://ninjin.eu.org \ No newline at end of file +Sitemap: https://ninjin.eu.org/sitemap.xml \ No newline at end of file