Skip to content

Commit

Permalink
Fix htmlproofer swap
Browse files Browse the repository at this point in the history
  • Loading branch information
athackst committed Jun 25, 2023
1 parent 7f4bdda commit e724a02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
directory: site
url_swap: |
.*/${{ github.event.repository.name }}:
/dev:
/${{ github.event.release.tag_name }}:
^https.?\/\/athackst.github.io\/${{ github.event.repository.name }}:
^\/${{ github.event.repository.name }}:
^\/dev:
^\/v\d+\.\d+\.\d+:
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
out
node_modules
*.vsix
.env
.env
site
5 changes: 5 additions & 0 deletions .mkdocsignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
tests/**
node_modules/**
out/**
.devcontainer/**
.github/**
.vscode/**

0 comments on commit e724a02

Please sign in to comment.