Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed May 18, 2024
1 parent 44a5ce0 commit 924f51e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{ range .Versions }}
<a name="{{ .Tag.Name }}"></a>
## abn {{ .Tag.Name }}

# abn {{ .Tag.Name }}
{{ if .Tag.Previous }}[diff]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }}

> {{ datetime "2006-01-02" .Tag.Date }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish_version_enforce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website
# TODO: delete this
- name: Show NEWS.md content
run: |
cat NEWS.md
- name: Build site
run: |
pkgdown::build_site_github_pages(dest_dir= "${{ env.DOC_LOC }}", new_process = FALSE, install = FALSE)
Expand Down
2 changes: 0 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

<a name="3.0.8"></a>
# abn 3.0.8
[diff](https://github.com/furrer-lab/abn/compare/3.0.7...3.0.8)

Expand Down Expand Up @@ -36,7 +35,6 @@
* Merge pull request [#14](https://github.com/furrer-lab/abn/issues/14) from furrer-lab/dev-CRAN-submission-3.0.6
* Merge pull request [#41](https://github.com/furrer-lab/abn/issues/41) from furrer-lab/7-pipeline-to-publish-pkgdown-site

<a name="3.0.7"></a>
# abn 3.0.7

2024-03-27 Matteo Delucchi
Expand Down

0 comments on commit 924f51e

Please sign in to comment.