Skip to content

Commit

Permalink
(master) add adidoks as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPicklePinosaur committed Mar 23, 2023
1 parent b4f4dda commit cc6cd1d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ on:
- master
workflow_dispatch: {}

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: true

name: Build and deploy GH Pages
jobs:
build:
Expand All @@ -16,6 +25,6 @@ jobs:
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_DIR: docs
BUILD_THEMES: false
BUILD_THEMES: true
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "docs/themes/adidoks"]
path = docs/themes/adidoks
url = https://github.com/aaranxu/adidoks.git

0 comments on commit cc6cd1d

Please sign in to comment.