Skip to content

Commit

Permalink
use prod data pi
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Jan 30, 2024
1 parent f6efc0c commit 92a0792
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/cloud-docs-lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- DOP-4247-build-artifacts
name: Test Lighthouse Score
name: Cloud-docs Lighthouse
jobs:
deploy:
permissions: write-all
Expand Down Expand Up @@ -32,17 +32,17 @@ jobs:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
- name: Ssh
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GITHUB_TOKEN }}
- name: Clone
run: |
git clone https://github.com/10gen/cloud-docs.git
#----------------------------------------------
# ----- Run custom Github Action -----
#----------------------------------------------
- name: Cloud Docs Build
uses: mongodb/docs-worker-actions/build-cloud-docs@DOP-4247-build-artifact
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Ssh
# uses: webfactory/[email protected]
# with:
# ssh-private-key: ${{ secrets.GITHUB_TOKEN }}
# - name: Clone
# run: |
# git clone https://github.com/10gen/cloud-docs.git
# #----------------------------------------------
# # ----- Run custom Github Action -----
# #----------------------------------------------
# - name: Cloud Docs Build
# uses: mongodb/docs-worker-actions/build-cloud-docs@DOP-4247-build-artifact
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 92a0792

Please sign in to comment.