Skip to content

Commit

Permalink
CI: test sparse-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
rediris committed Nov 13, 2024
1 parent 0d1e482 commit 3ea2159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Reset develop branch
run: |
git fetch origin develop
git reset --hard develop
git reset --hard
git checkout develop
git sparse-checkout set --no-cone '.github/workflows/**' 'src/_data/**.js' 'src/_data/**.yml' 'src/pages/api/**.njk' '/src/_includes/modules/api-config.njk'
- name: set datestamp
id: datestamp
Expand Down

0 comments on commit 3ea2159

Please sign in to comment.