Skip to content

Package Website (GitHub Pages) #9

Package Website (GitHub Pages)

Package Website (GitHub Pages) #9

name: Package Website (GitHub Pages)
on:
workflow_run:
workflows: [ "Make Project" ]
types:
- completed
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ijapesigan/docs@sha256:0ec79e8efb879a81eb3df95d5208c12faf53259c68f63c0afdef20cad244ae4b
# Only restrict concurrency for non-PR jobs
concurrency:
group: pkgdown-gh-pages-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Build Project
run: make build
-
name: Build pkgdown Site
run: make pkgdown
-
name: Add .nojekyll
run: touch pkgdown/.nojekyll
-
name: Deploy to GitHub pages
uses: JamesIves/[email protected]
with:
clean: true
branch: pkgdown
folder: pkgdown