WolfieKnee
WolfieKnee
DDeno
Created by WolfieKnee on 11/14/2023 in #help
Deploying Lume to github pages
To close the loop on this thread, I posted in the Lume channel and was advise that I needed to change the repo pages settings to deploy from a workflow no a branch. Everything is now running boilerplate code.
4 replies
DDeno
Created by WolfieKnee on 11/14/2023 in #help
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