diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 33a0184..9928d9d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: cache-version: 1 - name: Render book - run: Rscript -e 'babelquarto::render_website(site_url="https://joelnitta.com")' + run: Rscript -e 'babelquarto::render_website(site_url="www.joelnitta.com")' - name: git config run: |