mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
19.27.2025 8bee9370854f7ffe8cd5dc6d18d47fd633fbdb4c
chore: update git auto commit (#568)

* chore: update git auto commit

* fix: remove resources folder to have GitHub action run properly again
2 files modified
3 ■■■■ changed files
.github/workflows/update-resources.yml 2 ●●● patch | view | raw | blame | history
.gitignore 1 ●●●● patch | view | raw | blame | history
.github/workflows/update-resources.yml
@@ -29,7 +29,7 @@
      - name: build
        run: npm run build
      - name: commit resources
        uses: stefanzweifel/git-auto-commit-action@v5
        uses: stefanzweifel/git-auto-commit-action@v6
        with:
          commit_message: 'chore: build resources'
          file_pattern: resources/** exampleSite/resources/**
.gitignore
@@ -5,6 +5,5 @@
.hugo_build.lock
/node_modules
exampleSite/public/
exampleSite/resources/
.DS_Store
public/