mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-02-03 23:58:40 +00:00
Compare commits
2 commits
c22228c040
...
71b4856081
Author | SHA1 | Date | |
---|---|---|---|
71b4856081 | |||
4ee6edba33 |
3 changed files with 2 additions and 7 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
with: { node-version: lts/*, cache: yarn }
|
||||
- uses: Homebrew/actions/setup-homebrew@master
|
||||
- id: brew_cache
|
||||
run: echo "::set-output name=dir::$(brew --cache)"
|
||||
run: echo "dir=$(brew --cache)" >> "${GITHUB_OUTPUT}"
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ steps.brew_cache.outputs.dir }}
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
overrides:
|
||||
- files: "*.md"
|
||||
options:
|
||||
parser: markdown-nocjsp
|
|
@ -9,7 +9,6 @@
|
|||
"esbuild": "^0.19.0",
|
||||
"highlight.js": "^11.7.0",
|
||||
"highlightjs-graphql": "^1.0.2",
|
||||
"prettier": "^3.0.0",
|
||||
"prettier-plugin-md-nocjsp": "^1.5.1"
|
||||
"prettier": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue