Skip to content

Commit

Permalink
Cleaning isn't necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Dec 18, 2023
1 parent 4e2d515 commit a2e9260
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/linux-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -28,11 +30,11 @@ jobs:
export PATH=$PATH:$PWD/link-verifier/
# - name: Verify links
# run: ./link-verifier --dirs layouts --includes *.html --ignore-status-codes 999,400,429,403 --timeout 90
- name: Build website
- name: Build
run: |
hugo
echo automatedascent.com >> public/CNAME
- name: Deploy website
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a2e9260

Please sign in to comment.