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 cb8810d commit 1c41451Copy full SHA for 1c41451
.github/workflows/deploy_pages.yml
@@ -26,10 +26,10 @@ jobs:
26
- name: Install Task
27
uses: arduino/setup-task@v1
28
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
+ - name: Build and publish
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # PAT to enable the that happens in the task 'publish_https'
+ GIT_PAT: ${{ secrets.MY_PAT }}
+ run: |
+ poetry run task publish_https
0 commit comments