Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Dec 27, 2024
1 parent 57052b8 commit 8cb7d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ProdServerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
docker run \
-v "/var/www/wikigdrive.com:/usr/src/app/website/.vitepress/dist" \
-e "GIT_SHA=${{ github.sha }}" \
"wikigdrive-prod:${{ github.sha }}" npm run npm run build --workspace website
"wikigdrive-prod:${{ github.sha }}" npm run build --workspace website
- name: Stop and remove
run: docker stop wikigdrive-prod ; docker rm wikigdrive-prod
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mieweb/wikigdrive",
"version": "2.12.1",
"version": "2.14.1",
"description": "Google Drive to MarkDown synchronization",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 8cb7d16

Please sign in to comment.