Skip to content

Commit 8692291

Browse files
authored
Merge pull request #53 from brauner/work
Revert "Merge pull request #52 from brauner/work"
2 parents 3564bbf + defa358 commit 8692291

File tree

84 files changed

+1221
-2011
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1221
-2011
lines changed

.github/ISSUE_TEMPLATE/feature-idea.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v3
1717
with:
1818
submodules: true
1919
fetch-depth: 0
@@ -27,20 +27,6 @@ jobs:
2727
- name: Build
2828
run: cd website && hugo --minify -d ../public
2929

30-
- name: Validate front matter
31-
run: |
32-
errors=0
33-
for f in $(find website/content -name '*.md' ! -name '_index.md'); do
34-
if ! head -1 "$f" | grep -q '^---$'; then
35-
echo "ERROR: $f missing front matter"
36-
errors=$((errors + 1))
37-
fi
38-
done
39-
if [ "$errors" -gt 0 ]; then
40-
echo "$errors file(s) with missing front matter"
41-
exit 1
42-
fi
43-
4430
- name: Deploy
4531
uses: peaceiris/actions-gh-pages@v3
4632
if: ${{ github.ref == 'refs/heads/main' }}

CONTRIBUTING.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)