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 d0de38a commit 1a13108Copy full SHA for 1a13108
README.md
@@ -811,8 +811,8 @@ on:
811
- master
812
813
jobs:
814
- build-deploy:
815
- runs-on: ubuntu-latest
+ deploy:
+ runs-on: ubuntu-18.04
816
steps:
817
- uses: actions/checkout@v2
818
@@ -830,11 +830,10 @@ jobs:
830
# provide --output=<output-file> option for `elm make` and remove this step
831
832
- 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
+ uses: peaceiris/actions-gh-pages@v3
+ with:
+ deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ publish_dir: ./public
838
```
839
840
## License
0 commit comments