Skip to content

Commit

Permalink
Merge pull request #1 from FRBCesab/quarto-version
Browse files Browse the repository at this point in the history
Quarto version
  • Loading branch information
ahasverus committed Oct 30, 2023
2 parents b784d23 + 55470ae commit 7917213
Show file tree
Hide file tree
Showing 392 changed files with 26,518 additions and 24,285 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/blogdown.yaml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/quarto-render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
on:
workflow_dispatch:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: Quarto Render and 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 }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@

# Blogdown files ----
public/

/.quarto/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions _extensions/quarto-ext/fontawesome/_extension.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Font Awesome support
author: Carlos Scheidegger
version: 1.1.0
quarto-required: ">=1.2.269"
contributes:
shortcodes:
- fontawesome.lua
Loading

0 comments on commit 7917213

Please sign in to comment.