mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
on
This commit is contained in:
@@ -29,9 +29,9 @@ jobs:
|
|||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
|
|
||||||
# - name: Deploy with gh-pages
|
- name: Deploy with gh-pages
|
||||||
# run: |
|
run: |
|
||||||
# git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
|
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
|
||||||
# npm run deploy-ghp -- -u "github-actions-bot <support+actions@github.com>"
|
npm run deploy-ghp -- -u "github-actions-bot <support+actions@github.com>"
|
||||||
# env:
|
env:
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -78,16 +78,6 @@ const config = {
|
|||||||
theme: lightCodeTheme,
|
theme: lightCodeTheme,
|
||||||
darkTheme: darkCodeTheme,
|
darkTheme: darkCodeTheme,
|
||||||
},
|
},
|
||||||
// sidebar: {
|
|
||||||
// hideable: false,
|
|
||||||
// },
|
|
||||||
// algolia: {
|
|
||||||
// appId: 'TX89NNWRFT',
|
|
||||||
// apiKey: '504e88ecd6f2adbeb56f34a358dd0cba',
|
|
||||||
// indexName: 'akmalov.com',
|
|
||||||
// contextualSearch: true,
|
|
||||||
// placeholder: "Search...",
|
|
||||||
// },
|
|
||||||
colorMode: {
|
colorMode: {
|
||||||
defaultMode: 'dark',
|
defaultMode: 'dark',
|
||||||
disableSwitch: true,
|
disableSwitch: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user