Skip to content

Commit

Permalink
Merge pull request #223 from hrntsm/fix/website-security-warning
Browse files Browse the repository at this point in the history
update website packagese
  • Loading branch information
hrntsm authored Mar 11, 2022
2 parents b8b1a53 + 0a5a3ff commit 249e551
Show file tree
Hide file tree
Showing 4 changed files with 3,200 additions and 19,487 deletions.
23 changes: 21 additions & 2 deletions .github/workflows/test-build-document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "website/**"

jobs:
deploy:
test-build:
runs-on: ubuntu-18.04
defaults:
run:
Expand All @@ -16,4 +16,23 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn build
- run: yarn build

check-version:
runs-on: ubuntu-latest

steps:
- name: Create comments
run: |
echo "アップデートに向けて以下更新したか?" >> comments
echo "- package.json のバージョン" >> comments
sed -i -z 's/\n/\\n/g' comments
- name: Post multi-line comments
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
URL: ${{ github.event.pull_request.comments_url }}
run: |
curl -X POST \
-H "Authorization: token ${GITHUB_TOKEN}" \
-d "{\"body\": \"$(cat comments)\"}" \
${URL}
5 changes: 3 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@ module.exports = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} hrntsm, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} hrntsm, HF Technologies. Built with Docusaurus.`,
},
algolia: {
apiKey: '28d1c171c6f64559d0a227407c166cee',
appId: '4T3ZT5E0SK',
apiKey: '574347720fea27b633bc711c59b8f289',
indexName: 'hoaryfox',
},
prism: {
Expand Down
Loading

0 comments on commit 249e551

Please sign in to comment.