1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00

Removed an environment experiment.

This commit is contained in:
Greg King 2022-06-20 03:08:47 -04:00 committed by mrdudz
parent 3bf3bfa294
commit a94b614f2d

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/*.* .