Skip to content

Commit

Permalink
Update cd_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored May 30, 2024
1 parent a29c737 commit 1fd4071
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/cd_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,19 @@ jobs:

name: Deploy to GitHub Pages
steps:
- name: Checkout
uses: actions/checkout@v3
# - name: Checkout
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# # Ensure detached HEAD state to avoid conflicts with the main branch
# ref: refs/heads/main
- name: Checkout repository B
uses: actions/checkout@v2
with:
fetch-depth: 0
# Ensure detached HEAD state to avoid conflicts with the main branch
ref: refs/heads/main
repository: CIROH-UA/ciroh-ua.github.io # Replace with your username and repo
persist-credentials: false
ref: gh-pages


- name: Download a Build Artifact Version
uses: dawidd6/[email protected]
Expand Down

0 comments on commit 1fd4071

Please sign in to comment.