1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Removed an environment experiment.

This commit is contained in:
Greg King 2022-06-20 03:08:47 -04:00
parent 16d259d2b4
commit 68da626d9c

View File

@ -102,10 +102,7 @@ jobs:
repository: cc65/doc
path: doc.git
- name: Update the online documents.
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
env
cd doc.git
rm *.*
cp ../html/*.* .