Skip to content

Commit

Permalink
Merge pull request #420 from trilitech/staging
Browse files Browse the repository at this point in the history
Update main from staging, 1 July
  • Loading branch information
timothymcmackin authored Jul 1, 2024
2 parents 5073ec9 + 001688c commit cf1584d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: BUILD_ENV=staging npm run build
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.AWS_S3_STAGE_KEY_ID }}
Expand Down
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const config = {
markdown: {
mermaid: true,
},
noIndex: process.env.BUILD_ENV == 'staging' ? true : false,

headTags: [
{
Expand Down

0 comments on commit cf1584d

Please sign in to comment.