WolfieKnee
Deploying Lume to github pages
OK - I do now have this working, by updating permissions to:
permissions:
contents: write
and deploy action to:
name: Deploy to GitHub Pages
id: deployment
uses: crazy-max/ghaction-github-pages@v2.0.1
with: build_dir: _site
env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
I’m not certain this is ‘correct’ but I wonder if the documentation page might need updating...
4 replies