update with gitlog
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-11-12 12:54:47 +01:00
parent 49552ddd74
commit df7625579f
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ export const getPosts = cache(async (): Promise<Post[]> => {
const updatePosts = async () => {
return new Promise((resolve, reject) => {
exec(
`(cd ${process.env.POSTS_DIR}; git pull --rebase)`,
`(cd ${process.env.POSTS_DIR}; git pull --rebase || true)`,
(error, stdout, stderr) => {
if (error) {
console.warn(error);

2
posts

Submodule posts updated: 83679c8770...3dcff448a8