diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 0055c37..ab5afe5 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -52,6 +52,6 @@ jobs: if: github.event_name != 'pull_request' uses: JamesIves/github-pages-deploy-action@v4.5.0 with: - clean: false + clean: true branch: gh-pages - folder: docs + folder: . diff --git a/DESCRIPTION b/DESCRIPTION index 1ef1223..e270f87 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: geodist Title: Fast, Dependency-Free Geodesic Distance Calculations -Version: 0.1.0.004 +Version: 0.1.0.005 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Michael D.", "Sumner", role = "aut"), diff --git a/codemeta.json b/codemeta.json index 8cebfae..97db53e 100644 --- a/codemeta.json +++ b/codemeta.json @@ -11,7 +11,7 @@ "codeRepository": "https://github.com/hypertidy/geodist", "issueTracker": "https://github.com/hypertidy/geodist/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.1.0.004", + "version": "0.1.0.005", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",