Skip to content

Commit

Permalink
Updating crazy-max/ghaction-github-page to v2
Browse files Browse the repository at this point in the history
Deploying is failing with the error

`Error: EEXIST: file already exists, symlink ...`

According to
crazy-max/ghaction-github-pages#121
the issue is fixed in newer versions. Attempting to use v2 to see if it
fixes the issue.
  • Loading branch information
smoak committed Nov 11, 2020
1 parent 5bbc36a commit 615f1e9
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@v1
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: production
build_dir: _build/prod
Expand Down

0 comments on commit 615f1e9

Please sign in to comment.