Skip to content

Commit

Permalink
Use 'gh-pages' branch to deploy from (in the settings of the repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 30, 2024
1 parent acada50 commit 708b2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_website.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: create_website
name: create website

on:
push:
Expand All @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: 3.x
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 708b2ad

Please sign in to comment.