Skip to content

Commit

Permalink
[DEVEX-1357] checkout master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunathb4461 committed Dec 17, 2024
1 parent 022193d commit 57893b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: 'Fetch master branch and checkout/copy over only the docs folder to gh-pages'
run: |
git fetch origin master --depth 1
git checkout origin/master --no-overlay -- docs
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
### IDE ###
.idea/
.vscode/
coverage/

0 comments on commit 57893b1

Please sign in to comment.