Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBianconi committed Sep 16, 2024
1 parent 97bd8d2 commit 33964bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,12 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

-
name: Use daily cache of scraper data
- name: Use daily cache of scraper data
uses: actions/cache@v2
with:
path: _tmp
key: scraper-data-cache-${{ steps.date.outputs.date }}


- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -113,7 +111,7 @@ jobs:
run: ${{ env.COBALT_BIN }} build

- name: Upload built site archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: site-archive
path: _site

0 comments on commit 33964bd

Please sign in to comment.