Skip to content

Commit

Permalink
ci: Fix workflows (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Feb 24, 2024
1 parent 4779e0a commit 3dfd379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
node-version-file: ".node-version"
cache: "npm"
- run: npm ci
- run: npm run qiita publish --all
- run: npx qiita publish --all
env:
QIITA_TOKEN: ${{ secrets.QIITA_TOKEN }}
- run: npm run lint:fix
- run: |
git add ./public/*
if ! git diff --staged --exit-code --quiet; then
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"t:cache": "textlint --cache ./public/**/*.md",
"m": "markdownlint-cli2 ./public/**/*.md",
"f": "prettier --cache ./public/**/*.md",
"qiita": "qiita",
"postinstall": "husky",
"preinstall": "npx only-allow npm"
},
Expand Down

0 comments on commit 3dfd379

Please sign in to comment.