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.
1 parent 0aff85c commit af38445Copy full SHA for af38445
.github/workflows/deploy-gh-pages.yaml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
permissions:
15
- contents: write # This is the key line
+ contents: write
16
17
steps:
18
- name: Checkout code
.github/workflows/deploy.yaml
@@ -115,3 +115,4 @@ jobs:
115
cd "${PROJECT_DIR}"
116
sudo docker-compose down
117
sudo docker-compose --profile prod up -d
118
+
0 commit comments