Skip to content

Commit

Permalink
fix: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger committed Jun 25, 2024
1 parent d069353 commit 1d9ad5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
env:
REACT_APP_DOC_SEARCH_APP_ID: ${{ secrets.DOC_SEARCH_APP_ID }}
REACT_APP_DOC_SEARCH_INDEX_NAME: ${{ secrets.DOC_SEARCH_INDEX_NAME }}

steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -26,10 +30,7 @@ jobs:
run: npm ci

- name: Build website
run: |
export REACT_APP_DOC_SEARCH_APP_ID=${{ secrets.DOC_SEARCH_APP_ID }}
export REACT_APP_DOC_SEARCH_INDEX_NAME=${{ secrets.DOC_SEARCH_INDEX_NAME }}
npm run build
run: npm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
Expand Down
1 change: 0 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {themes as prismThemes} from 'prism-react-renderer';
import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';
import * as process from "node:process";

const config: Config = {
title: 'Brave Ads',
Expand Down

0 comments on commit 1d9ad5d

Please sign in to comment.