Skip to content

adding z-index logic #5

adding z-index logic

adding z-index logic #5

name: Upload fastn-de-template to FifthTry
on:
push:
branches: [ main ]
paths:
- fastn-de-template.fifthtry.site/**
- .github/workflows/template-to-ft.yml
jobs:
upload-to-fifthtry:
runs-on: ubuntu-latest
env:
FIFTHTRY_SITE_WRITE_TOKEN: ${{ secrets.FT_LETS_DE_TEMPLATE }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: sh -c "$(curl -fsSL https://fastn.com/install.sh)"
# let's publish this only after there is some stability on the schema
- name: Upload to FifthTry using fastn
run: cd lets-de-template.fifthtry.site/ && fastn upload fastn-de-template