This commit is contained in:
Artur Akmalov
2023-05-22 00:28:17 +05:00
parent cb5b2050da
commit 3163335c61
2 changed files with 6 additions and 16 deletions
+6 -6
View File
@@ -29,9 +29,9 @@ jobs:
- run: npm ci
- run: npm run build --if-present
# - name: Deploy with gh-pages
# run: |
# 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>"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy with gh-pages
run: |
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>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-10
View File
@@ -78,16 +78,6 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
// sidebar: {
// hideable: false,
// },
// algolia: {
// appId: 'TX89NNWRFT',
// apiKey: '504e88ecd6f2adbeb56f34a358dd0cba',
// indexName: 'akmalov.com',
// contextualSearch: true,
// placeholder: "Search...",
// },
colorMode: {
defaultMode: 'dark',
disableSwitch: true,