diff --git a/.github/workflows/publish-immutable-actions.yml b/.github/workflows/publish-immutable-actions.yml index ccb0339..679f903 100644 --- a/.github/workflows/publish-immutable-actions.yml +++ b/.github/workflows/publish-immutable-actions.yml @@ -1,4 +1,99 @@ -name: Deploy to GitHub Pages +name: input.htmlhttps://frankpereira1-web.github.io/upload-artifact/https:/.github/workflows/test.ymlupload-artifact/ +├── .github/ +│ └── workflows/ +│ └── ci.yml # GitHub Actions workflow to upload artifact +├── index.html # Main dashboard for GitHub Pages +├── styles.css # CSS for styling +├── scripts.js # JavaScript functionalityname: Upload Artifact + +on: + push: + branches: + - main + +jobs: + upload: + runs-on: ubuntu-latest + + steps: + - name: Checkout Repository + uses: actions/checkout@v3 + + - name: Create Artifacts + run: | + mkdir -p path/to/artifact + echo "Hello World!" > path/to/artifact/world.txt + + - name: Upload Artifact + uses: actions/upload-artifact@v4 + with: + name: my-artifact + path: path/to/artifact/world.txthttps://youtu.be/EvclxVOY4r8?si=Lfw_-Y5JY5SNRfzp +world.txtstyles.css) + + + + + Frank's All-In-One Dashboard + + + + +

Frank's Dashboard

+

Loading today’s date...

v + +
+

🎥 YouTube Video

+ +

Embedded YouTube video.

+
+ +
+

🔎 Daily Briefing

+

Press below to get your daily briefing.

+ +
+ +scripts.js)body { + font-family: Arial, sans-serif; + background-color: #121212; + color: #dedede; + margin: 0; + padding: 20px; +} +h1, h2 { + text-align: center; + color: #22c55e; +} +.container { + background: #2d3748; + margin: 20px auto; + border-radius: 10px; + padding: 20px; + width: 80%; + box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.1); +} +button { + background-color: #22c55e; + border: none; + color: white; + padding: 10px 15px; + border-radius: 5px; + cursor: pointer; +}git clone https://github.com/frankpereira1-web/upload-artifact.git +cd upload-artifactindex.html, styles.css, and scripts.js in the root directory. + +• Place ci.yml in .github/workflows/. + +3. Commit and Push Changes:git add . +git commit -m "Added GitHub Pages Dashboard and CI Workflow" +git push origin mainhttps://github.com/frankpereira1-web/upload-artifactDeploy to GitHub Pages on: push: branches: [main]