We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9a2ab commit 39d1ce7Copy full SHA for 39d1ce7
.github/workflows/deploy-pages.yml
@@ -0,0 +1,31 @@
1
+name: Deploy HTML to GitHub Pages
2
+
3
+on:
4
+ push:
5
+ branches: [ main ]
6
7
+jobs:
8
+ build:
9
+ runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: read
12
+ pages: write
13
+ id-token: write
14
+ steps:
15
+ - name: Checkout repository
16
+ uses: actions/checkout@v4
17
18
+ - name: Upload Pages artifact
19
+ uses: actions/upload-pages-artifact@v1
20
+ with:
21
+ path: html
22
23
+ deploy:
24
+ needs: build
25
26
27
28
29
30
+ - name: Deploy to GitHub Pages
31
+ uses: actions/deploy-pages@v1
README.md
@@ -1,3 +1,4 @@
# browserbase64
-This is an in-browser base64 benchmark.
+This is an in-browser base64 benchmark.
+s
0 commit comments