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 f2fec08 commit 3c3e2c3Copy full SHA for 3c3e2c3
.github/workflows/jekyll-gh-pages.yml
@@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["main"]
+ branches: ["update-upload-artifact-action"]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
@@ -36,7 +36,7 @@ jobs:
36
source: ./
37
destination: ./_site
38
- name: Upload artifact
39
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
40
41
# Deployment job
42
deploy:
0 commit comments