The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update hosting.md (#371)

authored by

Sohaib and committed by
GitHub
23265214 7bde99b4

+2 -2
+2 -2
content/hosting.md
··· 30 30 31 31 Like Quartz 3, you can deploy the site generated by Quartz 4 via GitHub Pages. 32 32 33 - In your local Quartz, create a new file `quartz/.github/workflows/deploy.yaml`. 33 + In your local Quartz, create a new file `quartz/.github/workflows/deploy.yml`. 34 34 35 - ```yaml title="quartz/.github/workflows/deploy.yaml" 35 + ```yaml title="quartz/.github/workflows/deploy.yml" 36 36 name: Deploy Quartz site to GitHub Pages 37 37 38 38 on: