We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c72d8 commit 44fa9e1Copy full SHA for 44fa9e1
1 file changed
.github/workflows/mdbook.yml
@@ -94,17 +94,11 @@ jobs:
94
ls -la book/ | head -30
95
96
- name: Upload artifact
97
- if: ${{ !env.ACT }}
98
uses: actions/upload-pages-artifact@v3
99
with:
100
path: ./book
101
102
- - name: Confirm local act build
103
- if: ${{ env.ACT }}
104
- run: 'echo "Local act run: mdBook build completed; skipping upload."'
105
-
106
deploy:
107
108
environment:
109
name: github-pages
110
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments