We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91433f2 commit 70f1c5aCopy full SHA for 70f1c5a
1 file changed
.github/workflows/publish_docs_preview_branch.yml
@@ -12,12 +12,19 @@ permissions:
12
pages: 'write'
13
id-token: 'write'
14
15
+
16
jobs:
17
stage:
18
name: "Stage PR preview from branch to pages"
19
runs-on: 'ubuntu-latest'
20
steps:
21
- uses: 'actions/checkout@v4'
22
+ with:
23
+ ref: 'refs/heads/gh-pages'
24
+ - name: 'Upload artifact'
25
+ uses: 'actions/upload-pages-artifact@v3'
26
27
+ path: '.'
28
deploy:
29
name: "Deploy PR Preview from branch to pages"
30
needs: 'stage'
0 commit comments