diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..24ef0d4 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,17 @@ +name: Deploy Site +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: checkout root and submodule + uses: actions/checkout@master + with: + submodules: 'true' + - uses: actions/setup-dotnet@v1 + with: + dotnet-version: '3.1.410' # SDK Version to use. + - run: dotnet run -- deploy + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/input/CNAME b/input/CNAME new file mode 100644 index 0000000..dafe283 --- /dev/null +++ b/input/CNAME @@ -0,0 +1 @@ +note.iqubit.xyz \ No newline at end of file