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 2280e4a commit 1f266cf
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/cd_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,7 @@ jobs:
name: build
path: ./build/

# - name: Create and switch to a temporary deployment branch
# run: |
# git checkout -b temp-deploy-branch-$VERSION

# - name: Deploy to GitHub Pages
# uses: JamesIves/[email protected]
# with:
# token: ${{ secrets._REPO_SECRET_GITHUB_IO }}
# branch: main
# folder: build
# repository-name: CIROH-UA/ciroh-ua.github.io


- name: List contents of the build directory
run: |
echo "Contents of the build directory:"
Expand Down

0 comments on commit 1f266cf

Please sign in to comment.