Skip to content

A GitHub Action to update HTML files and rename associated files with hash

Notifications You must be signed in to change notification settings

pavansh/generate-hash-for-caching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

File Renaming With Path Handling

go build main.go
./main 
Flags:
-input index.html -output index.html -replace "js/app.js" -workdir . 
- name: Run File Renamer Action
  uses: pavansh/[email protected]
  with:
    input: 'path/to/input.html'
    output: 'path/to/output.html'
    replace: 'app.js,styles.css'
    workdir: ./build

About

A GitHub Action to update HTML files and rename associated files with hash

Resources

Stars

Watchers

Forks

Packages

No packages published