There was an error while loading. Please reload this page.
1 parent 469ec21 commit 7e18701Copy full SHA for 7e18701
1 file changed
.github/workflows/pages.yml
@@ -6,9 +6,6 @@
6
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
7
name: Deploy docs to Pages
8
9
-env:
10
- ACTIONS_STEP_DEBUG: true
11
-
12
on:
13
push:
14
branches: ["master"]
@@ -66,7 +63,11 @@ jobs:
66
63
url: ${{ steps.deployment.outputs.page_url }}
67
64
runs-on: ubuntu-latest
68
65
needs: build
+ env:
+ ACTIONS_STEP_DEBUG: true
69
steps:
+ - name: Download artifact
70
+ uses: actions/download-pages-artifact@v3
71
- name: Deploy to GitHub Pages
72
id: deployment
73
uses: actions/deploy-pages@v2
0 commit comments