From c5faf177c6b4e6c594741bc167cafaa42c190f37 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 26 Mar 2023 17:08:24 +0200 Subject: [PATCH] remove submodule mention --- .gitea/workflows/dev.yaml | 4 +--- .gitea/workflows/prod.yaml | 8 +------- .gitmodules | 3 --- 3 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index e0caba7..ff38a48 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -17,8 +17,6 @@ jobs: steps: - name: clone uses: actions/checkout@v3 - with: - submodules: true - name: setup hugo uses: https://github.com/peaceiris/actions-hugo@v2 @@ -41,4 +39,4 @@ jobs: with: chat_id: ${{ secrets.TG_CHAT_ID }} token: ${{ secrets.TG_TOKEN }} - include_commit_info: false \ No newline at end of file + include_commit_info: false diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 8e2e32b..ccc7589 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -19,8 +19,6 @@ jobs: steps: - name: clone uses: actions/checkout@v3 - with: - submodules: true - name: setup hugo uses: https://github.com/peaceiris/actions-hugo@v2 @@ -51,8 +49,6 @@ jobs: steps: - name: clone uses: actions/checkout@v3 - with: - submodules: true - name: setup hugo uses: https://github.com/peaceiris/actions-hugo@v2 @@ -75,8 +71,6 @@ jobs: steps: - name: clone uses: actions/checkout@v3 - with: - submodules: true - name: setup hugo uses: https://github.com/peaceiris/actions-hugo@v2 @@ -91,4 +85,4 @@ jobs: run: | cd public pagefind --source=. - rsync -azr --delete ./ /opt/data/webdata/gcg-website/ \ No newline at end of file + rsync -azr --delete ./ /opt/data/webdata/gcg-website/ diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index dcf04e8..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "static/plugins/mdi"] - path = static/plugins/mdi - url = https://git.cantorgymnasium.de/gcg/MaterialDesign-Webfont.git