diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a174dcf..4f60292 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -59,8 +59,6 @@ jobs: npm install echo "Building the project's documentation..." npm run build:docs - echo "Applying local changes from stash..." - git stash pop exit ENDSSH