You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- run: curl --location https://github.com/gohugoio/hugo/releases/download/v0.139.2/hugo_extended_withdeploy_0.139.2_Linux-64bit.tar.gz | tar -vxzO hugo > hugo && chmod a+x hugo
- run: ./hugo --environment production --minify
- run: ./hugo deploy --environment production --invalidateCDN true --maxDeletes -1
- run: yarn install
- name: Update search index
run: yarn run algolia ${{ secrets.ALGOLIA_ADMIN_KEY }}