Merge pull request #340 from NIAEFEUP/feature/switchSidebarPosition #122
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: [develop] | |
jobs: | |
deploy: | |
name: "Deploy to netlify" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Wait for the Netlify Preview | |
uses: kamranayub/wait-for-netlify-action@v2.1.0 | |
id: waitForNetlify | |
with: | |
site_name: 'tts-fe-preview' | |
max_timeout: 300 # 5 minutes | |
env: | |
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }} |