Skip to content

Commit 9eff524

Browse files
[DEVEX-1357] checkout master branch
1 parent 022193d commit 9eff524

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
timeout-minutes: 10
1212
steps:
1313
- uses: actions/checkout@v4
14+
- name: 'Fetch master branch and checkout/copy over only the docs folder to gh-pages'
15+
run: |
16+
git fetch origin master --depth 1
17+
git checkout origin/master --no-overlay
1418
- uses: actions/setup-node@v4
1519
with:
1620
node-version: ${{ env.NODE_VERSION }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules/
44
### IDE ###
55
.idea/
66
.vscode/
7+
coverage/

0 commit comments

Comments
 (0)