Skip to content

Commit 1c41451

Browse files
committed
Enabled the actual publishing step
1 parent cb8810d commit 1c41451

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Install Task
2727
uses: arduino/setup-task@v1
2828

29-
# - name: Build and publish
30-
# env:
31-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
# # PAT to enable the that happens in the task 'publish_https'
33-
# GIT_PAT: ${{ secrets.MY_PAT }}
34-
# run: |
35-
# poetry run task publish_https
29+
- name: Build and publish
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
# PAT to enable the that happens in the task 'publish_https'
33+
GIT_PAT: ${{ secrets.MY_PAT }}
34+
run: |
35+
poetry run task publish_https

0 commit comments

Comments
 (0)