Skip to content

Removed deprecated properties #58

Removed deprecated properties

Removed deprecated properties #58

Workflow file for this run

name: Gh-Pages
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v1
- name: Set up .env file
run: |
echo GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }} > .env
- name: Deploy to GitHub Pages
uses: bluefireteam/flutter-gh-pages@v7
with:
baseHref: /Portfolio_Website/