File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -121,12 +121,13 @@ jobs:
121
121
if : github.repository == 'atomvm/AtomVM'
122
122
working-directory : /home/runner/work/AtomVM/AtomVM/www
123
123
run : |
124
- git checkout Production
125
124
git config --local user.email "atomvm-doc-bot@users.noreply.github.com"
126
125
git config --local user.name "AtomVM Doc Bot"
127
126
ls -la doc/
128
127
git add .
129
- git diff --exit-code || git commit -m "Update Documentation"
128
+ git diff --exit-code Production || echo "Going to commit"
129
+ git diff --exit-code Production || git commit -m "Update Documentation"
130
+ git log -1
130
131
- name : Push changes
131
132
if : github.repository == 'atomvm/AtomVM'
132
133
working-directory : /home/runner/work/AtomVM/AtomVM/www
@@ -140,4 +141,5 @@ jobs:
140
141
echo "github.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDPgVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyRkQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWOWRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZyaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk=" >> ~/.ssh/known_hosts
141
142
git remote add push_dest "git@github.com:atomvm/atomvm_www.git"
142
143
git fetch push_dest
144
+ git diff --exit-code push_dest/Production || echo "Going to push"
143
145
git diff --exit-code push_dest/Production || git push --set-upstream push_dest Production
You can’t perform that action at this time.
0 commit comments