Skip to content

Commit

Permalink
moar fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
anoff committed Aug 22, 2022
1 parent e822401 commit 08f455b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/buildnrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: actions/cache@v3
with:
path: _site/
key: ${{ env.GITHUB_SHA }}-${{ env.GITHUB_RUN_ID }}-site
- name: Download generated CV
uses: actions/download-artifact@v3
with:
Expand All @@ -87,10 +91,8 @@ jobs:
run: hugo --gc --minify -d _site --baseURL "https://anoff.io"
- name: disable Jekyll
run: touch _site/.nojekyll
- uses: actions/cache@v3
with:
path: _site/
key: ${{ env.GITHUB_SHA }}-${{ env.GITHUB_RUN_ID }}-site
- name: add tar APK for running actions/cache@v3
run: apk add --no-cache tar

deploy-page:
if: github.ref == 'refs/heads/source'
Expand Down

0 comments on commit 08f455b

Please sign in to comment.