From 57fa64afaaa1b015a00170da34e47370b408ef15 Mon Sep 17 00:00:00 2001 From: AngelosZa Date: Sun, 24 Aug 2025 13:59:14 +0300 Subject: [PATCH] fixed prettier error --- .github/workflows/gh-pages.yml | 2 +- docusaurus.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;