Skip to content

Commit

Permalink
Follow up previous commit, check if it is the main 3liz repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Feb 14, 2024
1 parent dea69b9 commit b83e16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: docs/js/assets/1.0.0/

- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
if: github.repository == '3liz/lizmap-web-client' && github.ref == 'refs/heads/master'
id: deployment
uses: actions/deploy-pages@v4

Expand All @@ -64,5 +64,5 @@ jobs:
# ./node_modules/.bin/gh-pages-multi deploy -s docs/js/assets/1.0.0/ -t $BRANCH_NAME -v

- name: Summary
if: github.ref == 'refs/heads/master'
if: github.repository == '3liz/lizmap-web-client' && github.ref == 'refs/heads/master'
run: echo "### Published ! :rocket:" >> $GITHUB_STEP_SUMMARY

0 comments on commit b83e16f

Please sign in to comment.