Skip to content

Commit

Permalink
Using master branch of crazy-max/ghaction-github-pages
Browse files Browse the repository at this point in the history
Author of that action suggested using the master branch as they have
made changes.

See
crazy-max/ghaction-github-pages#129 (comment)
  • Loading branch information
smoak committed Nov 11, 2020
1 parent af3e42a commit ce81447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
MIX_ENV: prod
- name: Deploy
if: success()
uses: crazy-max/ghaction-github-pages@v2
uses: crazy-max/ghaction-github-pages@master
with:
target_branch: production
build_dir: _build/prod
Expand Down

0 comments on commit ce81447

Please sign in to comment.