Skip to content

Commit af38445

Browse files
committed
fix: workflows
1 parent 0aff85c commit af38445

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: write # This is the key line
15+
contents: write
1616

1717
steps:
1818
- name: Checkout code

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,4 @@ jobs:
115115
cd "${PROJECT_DIR}"
116116
sudo docker-compose down
117117
sudo docker-compose --profile prod up -d
118+

0 commit comments

Comments
 (0)