Skip to content

Commit

Permalink
GitHub Actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Dec 18, 2020
1 parent e1c4e7d commit 61d7efc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
ruby-version: '2.6'
- if: startsWith(github.ref, 'refs/tags/v')
run: gem install dpl
- run: echo ${{env.GITHUB_REPOSITORY}}
- if: startsWith(github.ref, 'refs/tags/v')
run: dpl --provider=pages --repo=${{ env.GITHUB_REPOSITORY }} --local_dir=gh-pages --skip_cleanup --name=rajsite [email protected] --github-token=${{ secrets.GITHUB_TOKEN }}
run: echo ${{env.GITHUB_REPOSITORY}}
- if: startsWith(github.ref, 'refs/tags/v')
run: dpl --provider=pages --repo=${{env.GITHUB_REPOSITORY}} --local_dir=gh-pages --skip_cleanup --name=rajsite [email protected] --github-token=${{ secrets.GITHUB_TOKEN }}

setup:
runs-on: ubuntu-16.04
Expand Down

0 comments on commit 61d7efc

Please sign in to comment.