Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Deploy GitHub Pages preview
on:
workflow_dispatch:

# Note: GitHub Pages must be enabled on the repository with "GitHub Actions" as the source
# (Settings → Pages → Build and deployment → Source → GitHub Actions)
# Fork contributors must enable this on their fork before running this workflow.
permissions:
contents: read
pages: write
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

# npm
node_modules
package-lock.json

# gatsby files
.env
Expand All @@ -33,3 +34,4 @@ github_conf

# local dev
tmp
linter-report.txt
7 changes: 5 additions & 2 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ MD033:
- Edition
- SuperHero
- CodeBlock
- Fragment
- Cards
- HorizontalLine

# MD034/no-bare-urls - Bare URL used
MD034: false
Expand Down Expand Up @@ -70,9 +73,9 @@ MD054:
autolink: false
url_inline: false

# MD055/table-pipe-style - Table pipe style (consistent style)
# MD055/table-pipe-style - Require leading and trailing pipes (matches AM023)
MD055:
style: consistent
style: leading_and_trailing

# MD060/table-column-style - Table column style (disabled for flexible formatting)
MD060: false
39 changes: 0 additions & 39 deletions dev.mjs

This file was deleted.

Loading
Loading