Skip to content

Commit

Permalink
OHRI-2107 fix deploy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius committed Jan 14, 2024
1 parent b4fcf79 commit f9ccbe4
Show file tree
Hide file tree
Showing 4 changed files with 476 additions and 6,503 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
update_config:
runs-on: ubuntu-latest
needs: build
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/OHRI-2107/fix-deploy-ci' }}

steps:
- name: Checkout repo to make config folder local
uses: actions/checkout@v3
with:
ref: main
ref: OHRI-2107/fix-deploy-ci
- run: ls -la .github/

- name: Copy Branch main Import Map to remote
Expand All @@ -72,7 +72,7 @@ jobs:
docs_deployment:
runs-on: ubuntu-latest
needs: update_config
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/OHRI-2107/fix-deploy-ci' }}

steps:
# Update the Microfrontends to reflect what we have in the working branch
Expand Down
Loading

0 comments on commit f9ccbe4

Please sign in to comment.