Skip to content

Commit

Permalink
Merge pull request #91 from jdebacker/move_to_quarto
Browse files Browse the repository at this point in the history
Move blogging from fastpages to Quarto
  • Loading branch information
jdebacker authored Mar 6, 2024
2 parents cb46fc9 + 04f06ad commit 90819f9
Show file tree
Hide file tree
Showing 174 changed files with 506 additions and 3,721 deletions.
12 changes: 0 additions & 12 deletions .devcontainer.json

This file was deleted.

2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/new_post.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/upgrade.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/check_cdns.yaml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/check_config.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/ci.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/docker-nbdev.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/gh-page.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/issue_reminder.yaml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
workflow_dispatch:
push:
branches: master

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 }}
105 changes: 0 additions & 105 deletions .github/workflows/setup.yaml

This file was deleted.

Loading

0 comments on commit 90819f9

Please sign in to comment.