Skip to content

Commit

Permalink
test CD with netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidree committed May 30, 2024
1 parent 39fa65d commit eda7b56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- source: project
netlify:
- id: 865b07da-115f-4fa5-8546-428272c563c5
- id: 7991eee0-d22e-4ff6-aa3f-9f52e647de10
url: 'https://adrian-cidre.com'
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
{
"name": "blog",
"version": "1.0.0",
"description": "My blog",
"main": "index.js",
"scripts": {
"compile:sass": "node-sass 00_styles/main.scss 00_styles/styles.css -w"
},
"author": "Adrian Cidre",
"license": "ISC",
"devDependencies": {
"node-sass": "^9.0.0"
},
"dependencies": {
"@quarto/netlify-plugin-quarto": "^0.0.5"
}
Expand Down
2 changes: 1 addition & 1 deletion posts/005_population_spikes_norway/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ get_data_httr <- function(url, file_name) {
}
```

Then, we apply the funtion by providing the url to the compressed file, and also the file name with the *gz* extension:
Then, we apply the function by providing the url to the compressed file, and also the file name with the *gz* extension:

```{r get_path}
## Url
Expand Down

0 comments on commit eda7b56

Please sign in to comment.