From 708b2adbb2ed83fabcc1769e5e46130c44bfaeec Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Thu, 30 May 2024 13:50:45 +0200 Subject: [PATCH] Use 'gh-pages' branch to deploy from (in the settings of the repo) --- .github/workflows/create_website.yaml | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create_website.yaml b/.github/workflows/create_website.yaml index c5127c4..71a3d4c 100644 --- a/.github/workflows/create_website.yaml +++ b/.github/workflows/create_website.yaml @@ -1,4 +1,4 @@ -name: create_website +name: create website on: push: @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions/setup-python@v2 with: python-version: 3.x diff --git a/README.md b/README.md index 55b4bc9..eee5ad5 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,4 @@ Filename |Descriptions [.wordlist.txt](.wordlist.txt) |Whitelisted words for the spell checker, use `pyspelling -c .spellcheck.yml` to do spellcheck locally [.markdownlint.jsonc](.markdownlint.jsonc)|Configuration of the markdown linter, use `markdownlint "**/*.md"` to do markdown linting locally. The name of this file is a default name. [.markdownlintignore](.markdownlintignore)|Files ignored by the markdown linter, use `markdownlint "**/*.md"` to do markdown linting locally. The name of this file is a default name. +