Skip to content

Commit 4aad240

Browse files
committed
Fix up GH pages workflow
1 parent 20da209 commit 4aad240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- main
77

8-
# Allows you to run this workflow manually from the Actions tab
9-
workflow_dispatch:
8+
# Allows you to run this workflow manually from the Actions tab
9+
workflow_dispatch:
1010

1111
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1212
permissions:
@@ -39,7 +39,7 @@ jobs:
3939
rdoc --main README.md --op _site --exclude={Gemfile,Rakefile,"coverage/*","vendor/*","bin/*","test/*","tmp/*"}
4040
cp -r doc _site/doc
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v2
42+
uses: actions/upload-pages-artifact@v3
4343

4444
# Deployment job
4545
deploy:

0 commit comments

Comments
 (0)