Skip to content

Commit

Permalink
set working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bagel-dawg committed Oct 2, 2022
1 parent 8b64ae2 commit 7b01125
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/bageltech-io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Jekyll Build
defaults:
run:
working-directory: terraform
working-directory: src/bageltech-io
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand All @@ -32,11 +32,6 @@ jobs:
run: |
bundle exec jekyll build
- name: Generate resume as PDF
run: |
cd _site/
sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-extra-utils texlive-latex-extra
- name: Test site for valid HTML
run: |
bundle exec htmlproofer ./_site --check-html --check-sri
Expand Down

0 comments on commit 7b01125

Please # to comment.