Skip to content

Commit

Permalink
switch back to correct org
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Sep 1, 2023
1 parent 39ea955 commit b3764e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: ls -alh _gh-site && ls -alh _gh-site/_data

- name: Deploy to site
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'zkamvar/glosario' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'carpentries/glosario' }}
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: site
Expand Down

0 comments on commit b3764e1

Please sign in to comment.