Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
fix config file for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLangarica committed Feb 29, 2024
1 parent 08a2471 commit 17d4331
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: 'latest'
cache: 'npm'
- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm install
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down
2 changes: 0 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ const config = {
projectName: 'black-dot-wiki',
organizationName: 'Black-Dot-2024',
trailingSlash: false,
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/black-dot-wiki',
deploymentBranch: 'gh-pages',
onBrokenLinks: 'throw',
Expand Down

0 comments on commit 17d4331

Please sign in to comment.