Skip to content

Merge pull request #253 from NIAEFEUP/fix/search-major-bug #19

Merge pull request #253 from NIAEFEUP/fix/search-major-bug

Merge pull request #253 from NIAEFEUP/fix/search-major-bug #19

Workflow file for this run

on:
push:
branches: [develop]
jobs:
deploy:
name: "Deploy to netlify"
runs-on: ubuntu-latest
steps:
- name: Wait for the Netlify Preview
uses: kamranayub/[email protected]
id: waitForNetlify
with:
site_name: 'tts-fe-preview'
max_timeout: 300 # 5 minutes
env:
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}