Skip to content

Commit 7e18701

Browse files
Update pages.yml
1 parent 469ec21 commit 7e18701

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
77
name: Deploy docs to Pages
88

9-
env:
10-
ACTIONS_STEP_DEBUG: true
11-
129
on:
1310
push:
1411
branches: ["master"]
@@ -66,7 +63,11 @@ jobs:
6663
url: ${{ steps.deployment.outputs.page_url }}
6764
runs-on: ubuntu-latest
6865
needs: build
66+
env:
67+
ACTIONS_STEP_DEBUG: true
6968
steps:
69+
- name: Download artifact
70+
uses: actions/download-pages-artifact@v3
7071
- name: Deploy to GitHub Pages
7172
id: deployment
7273
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)