Skip to content

Commit

Permalink
Create just-deploy-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbarton authored Aug 11, 2024
1 parent 1225722 commit 478958a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/just-deploy-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
workflow_dispatch:

name: just deploy pages

jobs:
pkgdown:
runs-on: ubuntu-latest

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:

- name: Deploy to GitHub pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
clean: false
branch: pages
folder: docs

0 comments on commit 478958a

Please sign in to comment.