We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff446d8 + 2c695f7 commit 00ed54fCopy full SHA for 00ed54f
.eleventy.js
@@ -239,7 +239,7 @@ module.exports = function (eleventyConfig) {
239
const upstreamUrl = 'https://github.com/gc-da11yn/gc-da11yn.github.io';
240
241
try {
242
- execSync(`git fetch ${upstreamUrl} main:upstream-main --force --depth=1`);
+ execSync(`git fetch ${upstreamUrl} main:upstream-main --force`);
243
} catch (err) {
244
console.error('Error fetching the upstream main branch', err);
245
}
0 commit comments