diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index e054371..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,25 +0,0 @@ -on: - workflow_dispatch: - push: - branches: main - -name: Quarto Publish - -jobs: - build-deploy: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - name: Check out repository - uses: actions/checkout@v4 - - - name: Set up Quarto - uses: quarto-dev/quarto-actions/setup@v2 - - - name: Render and Publish - uses: quarto-dev/quarto-actions/publish@v2 - with: - target: gh-pages - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index c532c3f..13e73a8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This repository serves as the blog for the OpenML Labs. It uses Quarto to render --- ``` - Add any images or other files that are needed for the post in the folder +- Run `quarto preview` to see the post locally (IMPORTANT) - `git add . && git commit -m "Added post" && git push` - Create a pull request to the `main` branch - Once the PR is merged, the post will be live on the blog \ No newline at end of file