diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13458f53b1..36912118e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,9 @@ jobs: - name: Install dependencies run: npm i + - name: Oxfmt + run: node --run format:check + - name: Biome run: node --run biome:ci @@ -28,9 +31,6 @@ jobs: - name: ESLint run: node --run eslint - - name: Oxfmt - run: node --run format:check - - name: Bundle run: node --run build @@ -62,6 +62,7 @@ jobs: cd gh-pages git rm -r . mv ../dist/* . + cp ../robots.txt . touch .nojekyll git add . git commit -m "gh-pages deployment" || echo "Nothing to commit" diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000000..c2a49f4fb8 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: /