diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ec28e6f0..2a970168 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -52,4 +52,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4 diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 23e7458f..914e09e1 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -171,4 +171,4 @@ const config: Config = { plugins: [require.resolve("docusaurus-lunr-search")], }; -export default config; \ No newline at end of file +export default config;