Skip to content

Commit

Permalink
Use a ref to make sure we checkout the right thing (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaskjaero authored Jan 2, 2020
1 parent b693a3b commit 9585415
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: master
- name: Install latex and fonts
run: sudo apt-get install texlive-xetex fonts-arphic-gbsn00lp fonts-wqy-zenhei fonts-arphic-gkai00mp latex-cjk-all
- name: Compile English resume
Expand Down Expand Up @@ -83,6 +85,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: master
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
Expand Down

0 comments on commit 9585415

Please sign in to comment.