Skip to content

Commit

Permalink
Updating app files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev authored Dec 22, 2024
1 parent 606e749 commit 0be4caa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/surge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
permissions: write-all
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v3

Expand All @@ -16,6 +17,9 @@ jobs:
with:
node-version: '22'

- name: Date
run: date > ./docs/date.html

- name: Surge Upload
run: npx surge ./docs
env:
Expand Down

0 comments on commit 0be4caa

Please sign in to comment.