Skip to content

Commit

Permalink
Update and add dependencies to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
QU35T-code committed Jan 8, 2024
1 parent 6d546cb commit c3c02ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- dev
permissions:
contents: write
jobs:
Expand All @@ -24,5 +25,7 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-material
- run: pip install mkdocs-pymdownx-material-extras
- run: pip install pymdown-extensions
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
htb-cli-documentation.qu35t.pw
htb-cli-documentation-staging.qu35t.pw

0 comments on commit c3c02ec

Please sign in to comment.