diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index feea1bc..fd30718 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,7 +50,6 @@ jobs: with: target: netlify NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} # - name: Build Quarto site # run: | diff --git a/_publish.yml b/_publish.yml new file mode 100644 index 0000000..9a24780 --- /dev/null +++ b/_publish.yml @@ -0,0 +1,4 @@ +- source: project + netlify: + - id: "654e8f2b-273f-4ad4-bf70-5893719cb68c" + url: "https://myphd.netlify.app" \ No newline at end of file