Skip to content

Commit

Permalink
website: Adjust robots.txt allow
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <[email protected]>
  • Loading branch information
Rem01Gaming committed Oct 28, 2024
1 parent 878192a commit 4c08def
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: npm install
- name: Build with VitePress
run: |
npm run docs:build
npm run build
touch docs/.vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion website/docs/public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hi! are you a robot?

User-agent: *
Allow: *
Allow: /

Sitemap: https://encore.rem01gaming.dev/sitemap.xml
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"vitepress": "^1.4.0"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs"
}
}
}

0 comments on commit 4c08def

Please sign in to comment.