Skip to content

Commit

Permalink
update pkgdown after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
vidonne committed Aug 23, 2023
1 parent 62b5549 commit 7e4670b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -39,7 +41,7 @@ jobs:

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
clean: false
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Imports:
officer,
xaringan,
unhcrdesign
URL: https://github.com/unhcr-dataviz/unhcrdown
URL: https://github.com/unhcr-dataviz/unhcrdown, https://unhcr-dataviz.github.io/unhcrdown/
BugReports: https://github.com/unhcr-dataviz/unhcrdown/issues
Remotes: vidonne/unhcrdesign
Suggests:
Expand Down
3 changes: 1 addition & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
url: https://vidonne.github.io/unhcrdown/
url: https://unhcr-dataviz.github.io/unhcrdown/
template:
package: unhcrtemplate
bootstrap: 5

0 comments on commit 7e4670b

Please sign in to comment.