Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Action to autobuild to gh-pages branch #654

Closed
coliff opened this issue May 26, 2021 · 9 comments · Fixed by #736
Closed

GitHub Action to autobuild to gh-pages branch #654

coliff opened this issue May 26, 2021 · 9 comments · Fixed by #736

Comments

@coliff
Copy link
Member

coliff commented May 26, 2021

this looks like it could do the trick:
https://github.com/marketplace/actions/eleventy-action

name: Eleventy Build
on: [push]

jobs:
  build_deploy:
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@master
      - name: Build
        uses: TartanLlama/actions-eleventy@master
      - name: Deploy
        uses: peaceiris/actions-gh-pages@v3
        with:
          publish_dir: _site 
          publish_branch: gh-pages
          github_token: ${{ secrets.GITHUB_TOKEN }}
@roblarsen
Copy link
Member

I'll work on this this weekend. We have a long weekend in the states and it's going to rain here in Boston all weekend.

@stale
Copy link

stale bot commented Jul 8, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jul 8, 2021
@roblarsen
Copy link
Member

I'm the worst!

@stale stale bot removed the wontfix label Jul 8, 2021
@stale
Copy link

stale bot commented Sep 3, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Sep 3, 2021
@roblarsen roblarsen removed the wontfix label Sep 3, 2021
@roblarsen
Copy link
Member

I remain awful

@roblarsen
Copy link
Member

So awful

@stale
Copy link

stale bot commented Mar 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Mar 2, 2022
@coliff coliff removed the wontfix label Mar 2, 2022
@limefree1

This comment was marked as off-topic.

@coliff
Copy link
Member Author

coliff commented Jul 13, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants