update page title according to hostname #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: git pull on PETER-PRAGUE | |
on: | |
push: | |
branches: | |
- "main" | |
workflow_dispatch: | |
jobs: | |
pull: | |
runs-on: self-hosted | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Pull repository from GitHub | |
run: | | |
cd C:\inetpub\wwwroot\gangnamstyle.dev | |
git config --global --add safe.directory C:/inetpub/wwwroot/gangnamstyle.dev | |
git pull |