Skip to content

Commit 1a13108

Browse files
committed
docs: update for v3
1 parent d0de38a commit 1a13108

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,8 @@ on:
811811
- master
812812
813813
jobs:
814-
build-deploy:
815-
runs-on: ubuntu-latest
814+
deploy:
815+
runs-on: ubuntu-18.04
816816
steps:
817817
- uses: actions/checkout@v2
818818
@@ -830,11 +830,10 @@ jobs:
830830
# provide --output=<output-file> option for `elm make` and remove this step
831831

832832
- name: Deploy
833-
uses: peaceiris/actions-gh-pages@v2
834-
env:
835-
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
836-
PUBLISH_BRANCH: gh-pages
837-
PUBLISH_DIR: ./public
833+
uses: peaceiris/actions-gh-pages@v3
834+
with:
835+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
836+
publish_dir: ./public
838837
```
839838
840839
## License

0 commit comments

Comments
 (0)