This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch dfoulks/pelican-gha in repository https://gitbox.apache.org/repos/asf/petri.git
The following commit(s) were added to refs/heads/dfoulks/pelican-gha by this push: new da12bed another missed typo da12bed is described below commit da12bed612b71790f937cdd93b330f1eed36cb04 Author: Drew <dfou...@apache.org> AuthorDate: Fri May 17 12:02:18 2024 -0400 another missed typo --- .github/workflows/build-pelican.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pelican.yml b/.github/workflows/build-pelican.yml index 0543252..e18ffd4 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: repository: '' - ref: 'dfoulks/pelican_gha' + ref: 'dfoulks/pelican-gha' - name: Install Pelican run: pip3 install pelican markdown ghp-import bs4 # Optionally, if your website uses the gfm plugin uncomment the GFM block