Skip to content

Commit

Permalink
Remove docker layer caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Oct 26, 2024
1 parent 2d5d6d6 commit f08b4e7
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/staticsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,12 @@ jobs:
working-directory: assets/generate-pages

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: Set up Docker Layer caching
uses: satackey/[email protected]
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true

- name: Build the static site
run: docker compose run --rm --entrypoint "/bin/bash -c 'npm install;npx eleventy'" eleventy

# - name: Test the generated pages
# run: |
# mkdir -p smashtest
# chmod -R a+rw smashtest
# npm install smashtest
# npx smashtest
#
# - name: Upload Smashtest Report Artifact
# uses: actions/upload-artifact@v3
# with:
# name: smashtest-report
# path: assets/generate-pages/smashtest/

- name: Setup Github Pages
uses: actions/configure-pages@v2
Expand Down

0 comments on commit f08b4e7

Please sign in to comment.