Skip to content

chore:add mobile search icon #12

chore:add mobile search icon

chore:add mobile search icon #12

Workflow file for this run

name: Bigfa
on:
push:
branches:
- develop
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Notify theme updates
run: |
curl --fail --request GET --header "Authorization: Bearer $SIGN" --url "https://farallon.4398929.workers.dev/update?theme=hera&version=${{ github.ref }}"
env:
SIGN: ${{ secrets.SIGN }}